Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed Jan 17, 2025
1 parent 8a9ec6a commit b6dda20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ModelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use Spatie\LaravelCipherSweet\Tests\TestClasses\User;

it('can have correct attributes|dirty|changes properties',function () {
it('can have correct attributes|dirty|changes properties', function () {
expect(User::count(), 0);

$user = User::create([
Expand Down

0 comments on commit b6dda20

Please sign in to comment.