Skip to content

Commit

Permalink
Merge pull request #56 from dissto/remove-uneccessary-hash
Browse files Browse the repository at this point in the history
Remove unnecessary redeclaring for password since its the default
  • Loading branch information
CodeWithDennis authored Mar 28, 2024
2 parents 4accf64 + aa5bbff commit 005a063
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions stubs/Base.stub
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,5 @@ uses()->group('filament-resource-tests');
beforeEach(function () {
$this->modelUsesSoftDeletes = method_exists(new $modelSingularName$(), 'bootSoftDeletes');

actingAs(User::factory()->create([
'password' => Hash::make('password'),
]));
});
actingAs(User::factory()->create());
});

0 comments on commit 005a063

Please sign in to comment.