Skip to content

Commit 7be5a7a

Browse files
committed
CS fix
1 parent 9414788 commit 7be5a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/debugbar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
'driver' => 'file', // redis, file, pdo, custom
3232
'path' => storage_path() . '/debugbar', // For file driver
3333
'connection' => null, // Leave null for default connection (Redis/PDO)
34-
'provider'=>"" // Instance of StorageInterface for custom driver
34+
'provider' => '' // Instance of StorageInterface for custom driver
3535
),
3636

3737
/*

0 commit comments

Comments
 (0)