Add status model, migration, controller
This commit is contained in:
parent
9dd58c5abd
commit
7221f44e4a
3 changed files with 54 additions and 0 deletions
10
app/Http/Controllers/StatusController.php
Normal file
10
app/Http/Controllers/StatusController.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
class StatusController extends Controller
|
||||
{
|
||||
//
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue