Skip to content

Commit 512f1f2

Browse files
neagithub-actions[bot]
authored andcommitted
Fix styling
1 parent 92fc0a3 commit 512f1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/Traits/Cacheable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function getCacheableProperties(): array
3737
'identifier' => config('cacheable.identifier', 'id'),
3838
'logging' => [
3939
'enabled' => config('cacheable.logging.enabled', false),
40-
'level' => config('cacheable.logging.level', 'debug',),
40+
'level' => config('cacheable.logging.level', 'debug', ),
4141
],
4242
];
4343
}

0 commit comments

Comments
 (0)