cms first commit
This commit is contained in:
21
catch/cms/tables/UsedAt.php
Normal file
21
catch/cms/tables/UsedAt.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
namespace catchAdmin\cms\tables;
|
||||
|
||||
use catcher\CatchTable;
|
||||
use catchAdmin\cms\tables\forms\Factory;
|
||||
|
||||
class UsedAt extends CatchTable
|
||||
{
|
||||
public function table()
|
||||
{
|
||||
// TODO: Implement table() method.
|
||||
return [];
|
||||
}
|
||||
|
||||
protected function form()
|
||||
{
|
||||
// TODO: Implement form() method.
|
||||
return Factory::create('UsedAt');
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user