Completed
Push — master ( 9e2978...438a01 )
by Mahmoud
03:41
created
app/Containers/Authentication/UI/WEB/Routes/main.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 // TODO: these needs to be separated into multiple routes files
4
-$router->group(['domain' => 'admin.'. parse_url(\Config::get('app.url'))['host']], function ($router) {
4
+$router->group(['domain' => 'admin.' . parse_url(\Config::get('app.url'))['host']], function($router) {
5 5
 
6 6
     $router->get('/', [
7 7
         'uses' => 'Controller@showLoginPage',
Please login to merge, or discard this patch.