Refactor project structure
This commit is contained in:
14
core/src/Model/Cron.php
Normal file
14
core/src/Model/Cron.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: Thilina
|
||||
* Date: 8/21/17
|
||||
* Time: 2:36 AM
|
||||
*/
|
||||
|
||||
namespace Model;
|
||||
|
||||
class Cron extends BaseModel
|
||||
{
|
||||
public $table = 'Crons';
|
||||
}
|
||||
Reference in New Issue
Block a user