Skip to content

Commit

Permalink
CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
knvpk committed Jan 2, 2016
1 parent 9414788 commit 7be5a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/debugbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'driver' => 'file', // redis, file, pdo, custom
'path' => storage_path() . '/debugbar', // For file driver
'connection' => null, // Leave null for default connection (Redis/PDO)
'provider'=>"" // Instance of StorageInterface for custom driver
'provider' => '' // Instance of StorageInterface for custom driver
),

/*
Expand Down

0 comments on commit 7be5a7a

Please sign in to comment.