diff --git a/functions.php b/functions.php index 9e3b351..de804d5 100644 --- a/functions.php +++ b/functions.php @@ -1,8 +1,6 @@ withMiddleware(function (Middleware $middleware) { - // - }) - ->withExceptions(function (Exceptions $exceptions) { - // - }) + ->withProviders([ + App\Providers\ThemeServiceProvider::class, + ]) ->boot(); /*