Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
bezhanSalleh authored and github-actions[bot] committed Sep 23, 2023
1 parent 16eab08 commit bd7370b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/Support/Utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

namespace BezhanSalleh\FilamentShield\Support;

use Illuminate\Support\Str;
use BezhanSalleh\FilamentShield\Contracts\HasShieldPermissions;
use BezhanSalleh\FilamentShield\FilamentShield;
use Filament\Facades\Filament;
use Illuminate\Filesystem\Filesystem;
use BezhanSalleh\FilamentShield\FilamentShield;
use BezhanSalleh\FilamentShield\Contracts\HasShieldPermissions;
use Illuminate\Support\Str;

class Utils
{
Expand Down
2 changes: 1 addition & 1 deletion src/Traits/HasPanelShield.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

namespace BezhanSalleh\FilamentShield\Traits;

use Filament\Panel;
use BezhanSalleh\FilamentShield\Support\Utils;
use Filament\Panel;

trait HasPanelShield
{
Expand Down

0 comments on commit bd7370b

Please sign in to comment.