@@ -22,7 +22,7 @@ discard block |
||
22 | 22 | 'checkout-confirm' => ['checkout/confirm'], |
23 | 23 | 'checkout-index' => ['checkout/standard'], |
24 | 24 | 'checkout-update' => ['checkout/update'], |
25 | - 'supplier-detail' => [ 'basket/mini','supplier/detail','catalog/lists' ], |
|
25 | + 'supplier-detail' => ['basket/mini', 'supplier/detail', 'catalog/lists'], |
|
26 | 26 | ], |
27 | 27 | |
28 | 28 | 'resource' => [ |
@@ -41,7 +41,7 @@ discard block |
||
41 | 41 | 'charset' => config( 'database.connections.mysql.charset' ), |
42 | 42 | 'collate' => config( 'database.connections.mysql.collation' ), |
43 | 43 | ], |
44 | - 'driverOptions' => config('database.connections.mysql.options'), |
|
44 | + 'driverOptions' => config( 'database.connections.mysql.options' ), |
|
45 | 45 | ], |
46 | 46 | 'fs' => [ |
47 | 47 | 'adapter' => 'Standard', |