Skip to content

Commit

Permalink
🔧 Minimal bootloader
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs committed Jan 4, 2025
1 parent e7a87f0 commit 89e5ebc
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions functions.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php

use Roots\Acorn\Application;
use Roots\Acorn\Configuration\Exceptions;
use Roots\Acorn\Configuration\Middleware;

/*
|--------------------------------------------------------------------------
Expand Down Expand Up @@ -34,12 +32,9 @@
*/

Application::configure()
->withMiddleware(function (Middleware $middleware) {
//
})
->withExceptions(function (Exceptions $exceptions) {
//
})
->withProviders([
App\Providers\ThemeServiceProvider::class,
])
->boot();

/*
Expand Down

0 comments on commit 89e5ebc

Please sign in to comment.