revert it..

This commit is contained in:
Cüneyt Şentürk 2024-09-24 16:36:16 +01:00
parent 209e075848
commit 7af91657ae
1 changed files with 0 additions and 4 deletions

View File

@ -2,8 +2,6 @@
namespace App\Providers;
use App\Exceptions\Handler;
use Illuminate\Contracts\Debug\ExceptionHandler;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Pagination\Paginator;
use Illuminate\Support\Facades\Schema;
@ -27,8 +25,6 @@ class App extends Provider
$this->app->register(\Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class);
}
$this->app->singleton(ExceptionHandler::class, Handler::class);
Sanctum::ignoreMigrations();
}