Skip to content

Commit

Permalink
Merge pull request #150 from thedevdojo/fillament-blade-icons-fix
Browse files Browse the repository at this point in the history
Fillament blade icons fix
  • Loading branch information
tnylea authored Nov 7, 2024
2 parents 71443a9 + a006a9b commit 0f93c53
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 639 deletions.
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
2 changes: 2 additions & 0 deletions bootstrap/cache/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore
5 changes: 0 additions & 5 deletions bootstrap/cache/events.php

This file was deleted.

305 changes: 0 additions & 305 deletions bootstrap/cache/packages.php

This file was deleted.

Loading

0 comments on commit 0f93c53

Please sign in to comment.