Skip to content

Commit

Permalink
ns fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Oct 11, 2023
1 parent 344666d commit 2c1ad88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Filament/Actions/DeleteActionRounded.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Filament\Actions;
namespace Kiwilan\Steward\Filament\Actions;

use Filament\Actions\DeleteAction;

Expand Down
2 changes: 1 addition & 1 deletion src/Filament/Actions/EditActionRounded.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Filament\Actions;
namespace Kiwilan\Steward\Filament\Actions;

use Filament\Actions\EditAction;

Expand Down
2 changes: 1 addition & 1 deletion src/Filament/Actions/ViewActionRounded.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Filament\Actions;
namespace Kiwilan\Steward\Filament\Actions;

use Filament\Actions\ViewAction;

Expand Down

0 comments on commit 2c1ad88

Please sign in to comment.