mirror of
https://github.com/Karaka-Management/oms-Calendar.git
synced 2026-02-06 11:38:42 +00:00
Fixing bugs
This commit is contained in:
parent
2c9ed6cbe6
commit
6816bf7676
32
Models/NullCalendar.php
Normal file
32
Models/NullCalendar.php
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 7.0
|
||||
*
|
||||
* @category TBD
|
||||
* @package TBD
|
||||
* @author OMS Development Team <dev@oms.com>
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
* @copyright 2013 Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link http://orange-management.com
|
||||
*/
|
||||
namespace Modules\Calendar\Models;
|
||||
|
||||
/**
|
||||
* Calendar class.
|
||||
*
|
||||
* @category Calendar
|
||||
* @package Framework
|
||||
* @author OMS Development Team <dev@oms.com>
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
* @license OMS License 1.0
|
||||
* @link http://orange-management.com
|
||||
* @since 1.0.0
|
||||
*/
|
||||
class NullCalendar extends Calendar
|
||||
{
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user