feat : deliver
This commit is contained in:
31
app/Controller/Admin/StatementController.php
Normal file
31
app/Controller/Admin/StatementController.php
Normal file
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Controller\Admin;
|
||||
|
||||
use App\Controller\AbstractController;
|
||||
|
||||
class StatementController extends AbstractController
|
||||
{
|
||||
//todo list
|
||||
public function finances()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public function chef()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public function site()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public function driver()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user