Skip to content

Commit

Permalink
Disable blade icon components for performance
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev committed Nov 6, 2024
1 parent 7401bf2 commit a006a9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Http/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ class Kernel extends HttpKernel
\App\Http\Middleware\PreventRequestsDuringMaintenance::class,
\Illuminate\Foundation\Http\Middleware\ValidatePostSize::class,
\App\Http\Middleware\TrimStrings::class,
\Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull::class
\Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull::class,
\Filament\Http\Middleware\DisableBladeIconComponents::class
];

/**
Expand Down

0 comments on commit a006a9b

Please sign in to comment.