Skip to content

Commit e01fd83

Browse files
committed
Apply fixes from StyleCI
1 parent ef95e41 commit e01fd83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143

144144
'maintenance' => [
145145
'driver' => env('APP_MAINTENANCE_DRIVER', 'file'),
146-
'store' => env('APP_MAINTENANCE_STORE', 'database'),
146+
'store' => env('APP_MAINTENANCE_STORE', 'database'),
147147
],
148148

149149
/*

0 commit comments

Comments
 (0)