Convert configuration PHP 5.4 arrays.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -13,7 +13,7 @@ return array(
|
||||
|
|
||||
*/
|
||||
|
||||
'paths' => array(base_path().'/resources/views'),
|
||||
'paths' => [base_path().'/resources/views'],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -28,4 +28,4 @@ return array(
|
||||
|
||||
'pagination' => 'pagination::slider-3',
|
||||
|
||||
);
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user