aboutsummaryrefslogtreecommitdiff
path: root/src/routes.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes.php')
-rw-r--r--src/routes.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/routes.php b/src/routes.php
index def14d1..d424db8 100644
--- a/src/routes.php
+++ b/src/routes.php
@@ -1,5 +1,5 @@
<?php
-Route::group(array('https'), function() use ($api) {
+Route::group(['https'], function() use ($api) {
$api->version('v1', ['protected' => false], function ($api) {
@@ -57,4 +57,4 @@ Route::group(array('https'), function() use ($api) {
});
-}); \ No newline at end of file
+});