Minor framework updates, and updates from other projects

This commit is contained in:
Deon George
2021-07-09 12:41:15 +10:00
parent a9f81373fa
commit 7e150e6cf6
9 changed files with 169 additions and 116 deletions

View File

@@ -2,10 +2,10 @@
namespace App\Http\Controllers;
use Illuminate\Foundation\Auth\Access\AuthorizesRequests;
use Illuminate\Foundation\Bus\DispatchesJobs;
use Illuminate\Foundation\Validation\ValidatesRequests;
use Illuminate\Routing\Controller as BaseController;
use Illuminate\Foundation\Validation\ValidatesRequests;
use Illuminate\Foundation\Auth\Access\AuthorizesRequests;
class Controller extends BaseController
{