Skip to content

Commit b6dda20

Browse files
freekmurzegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 8a9ec6a commit b6dda20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ModelTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
use Spatie\LaravelCipherSweet\Tests\TestClasses\User;
44

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

88
$user = User::create([

0 commit comments

Comments
 (0)