Skip to content

Commit 8c377b9

Browse files
Apply fixes from StyleCI (#20)
1 parent 83530b7 commit 8c377b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class TestModel extends \Illuminate\Database\Eloquent\Model
2020
protected $guarded = [];
2121

2222
protected $casts = [
23-
'wants_newsletter' => 'boolean'
23+
'wants_newsletter' => 'boolean',
2424
];
2525

2626
/**

0 commit comments

Comments
 (0)