Update kanban-board.tpl.php

This commit is contained in:
Dennis Eichhorn 2021-06-18 14:56:00 +02:00 committed by GitHub
parent f045da19a1
commit 135e841b06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,15 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Kanban
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
/** @var \Modules\Kanban\Models\KanbanBoard $board */