Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
aerni authored and github-actions[bot] committed Aug 16, 2024
1 parent fd7bf58 commit 1fcddbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ protected function resolveApplicationConfiguration($app)
protected function makeUser()
{
return User::make()
->id((new \Statamic\Stache\Stache())->generateId())
->id((new \Statamic\Stache\Stache)->generateId())
->email($this->faker->email)
->save();
}
Expand Down

0 comments on commit 1fcddbb

Please sign in to comment.