8000 Apply fixes from StyleCI · laravel-enso/localisation@ca53bc1 · GitHub
[go: up one dir, main page]

Skip to content

Commit ca53bc1

Browse files
gandescStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 67e2e77 commit ca53bc1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Models/Language.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010

1111
class Language extends Model implements Activatable
1212
{
13-
use ActiveState, HasFactory, TableCache;
13+
use ActiveState;
14+
use HasFactory;
15+
use TableCache;
1416

1517
private const FlagClassPrefix = 'flag-icon flag-icon-';
1618

0 commit comments

Comments
 (0)
0