Browse Source

Convert arrays.

Taylor Otwell 9 years ago
parent
commit
fdba65c0dc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      bootstrap/paths.php

+ 2 - 2
bootstrap/paths.php

@@ -1,6 +1,6 @@
 <?php
 
-return array(
+return [
 
 	/*
 	|--------------------------------------------------------------------------
@@ -74,4 +74,4 @@ return array(
 	'providers' => __DIR__.'/../app/Providers',
 	'requests' => __DIR__.'/../app/Http/Requests',
 
-);
+];