Add user timetables
This commit is contained in:
22
app/Model/TimetableExtra.php
Normal file
22
app/Model/TimetableExtra.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
namespace Model;
|
||||
|
||||
use SimpleValidator\Validator;
|
||||
use SimpleValidator\Validators;
|
||||
|
||||
/**
|
||||
* Timetable over-time
|
||||
*
|
||||
* @package model
|
||||
* @author Frederic Guillot
|
||||
*/
|
||||
class TimetableExtra extends TimetableOff
|
||||
{
|
||||
/**
|
||||
* SQL table name
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
const TABLE = 'timetable_extra';
|
||||
}
|
||||
Reference in New Issue
Block a user