Skip to content

Commit 4462c32

Browse files
committed
Use the cool new array syntax
1 parent 56c790d commit 4462c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TunnelerServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function ($app) {
5959
*/
6060
public function provides()
6161
{
62-
return array('command.tunneler.activate');
62+
return ['command.tunneler.activate'];
6363
}
6464

6565
}

0 commit comments

Comments
 (0)