Update framework to Laravel 10

This commit is contained in:
2023-04-05 21:03:07 +10:00
parent 5b046a95eb
commit 20a2fede08
5 changed files with 457 additions and 769 deletions

View File

@@ -2,7 +2,6 @@
namespace App\Providers;
// use Illuminate\Support\Facades\Gate;
use Illuminate\Foundation\Support\Providers\AuthServiceProvider as ServiceProvider;
class AuthServiceProvider extends ServiceProvider
@@ -23,8 +22,6 @@ class AuthServiceProvider extends ServiceProvider
*/
public function boot()
{
$this->registerPolicies();
//
}
}