Skip to content

Commit fdba65c

Browse files
committed
Convert arrays.
1 parent 76c84d8 commit fdba65c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bootstrap/paths.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
return array(
3+
return [
44

55
/*
66
|--------------------------------------------------------------------------
@@ -74,4 +74,4 @@
7474
'providers' => __DIR__.'/../app/Providers',
7575
'requests' => __DIR__.'/../app/Http/Requests',
7676

77-
);
77+
];

0 commit comments

Comments
 (0)