migrate to gtea from bistbucket
This commit is contained in:
10
public/restaurant/app/Http/Controllers/Controller.php
Normal file
10
public/restaurant/app/Http/Controllers/Controller.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use App\Traits\ResponseTrait;
|
||||
|
||||
abstract class Controller
|
||||
{
|
||||
use ResponseTrait;
|
||||
}
|
||||
Reference in New Issue
Block a user