Skip to content

Commit

Permalink
Update class
Browse files Browse the repository at this point in the history
  • Loading branch information
nasrulhazim committed Oct 31, 2024
1 parent 1a27d35 commit eb85600
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 110 deletions.
2 changes: 1 addition & 1 deletion app/Actions/Forms/CreateNewRole.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace App\Actions\Forms;

use App\Models\Role as Model;
use CleaniqueCoders\LaravelAction\AbstractAction as Action;
use CleaniqueCoders\LaravelAction\ResourceAction as Action;

class CreateNewRole extends Action
{
Expand Down
2 changes: 1 addition & 1 deletion app/Actions/User/CreateNewUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use App\Actions\Fortify\PasswordValidationRules;
use App\Concerns\InteractsWithUuidInAction;
use App\Models\User;
use CleaniqueCoders\LaravelAction\AbstractAction as Action;
use CleaniqueCoders\LaravelAction\ResourceAction as Action;

class CreateNewUser extends Action
{
Expand Down
Loading

0 comments on commit eb85600

Please sign in to comment.