Skip to content

Commit 13391f0

Browse files
committed
fix https
1 parent e110cae commit 13391f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AdminServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function boot()
5151
if (file_exists($routes = admin_path('routes.php'))) {
5252
$this->loadRoutesFrom($routes);
5353
}
54-
if (config('admin.https')) URL::forceScheme('https');
54+
if (config('admin.https')) \URL::forceScheme('https');
5555
$this->registerPublishing();
5656
}
5757

0 commit comments

Comments
 (0)