feat: Initialize core application structure including authentication, role-based dashboards, service task management, and integration workflows.
This commit is contained in:
8
app/Http/Controllers/Controller.php
Normal file
8
app/Http/Controllers/Controller.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
abstract class Controller
|
||||
{
|
||||
use \Illuminate\Foundation\Auth\Access\AuthorizesRequests, \Illuminate\Foundation\Validation\ValidatesRequests;
|
||||
}
|
||||
Reference in New Issue
Block a user