Remove comments

This commit is contained in:
Henry Jordan
2020-12-07 23:04:00 +00:00
parent f610946302
commit c7e88ac85c

View File

@@ -17,7 +17,5 @@ class ViewServiceProvider extends ServiceProvider
{ {
$this->loadMigrationsFrom(__DIR__ . '/../../migrations'); $this->loadMigrationsFrom(__DIR__ . '/../../migrations');
$this->loadViewsFrom(__DIR__ . '/../../resources/views', 'Views'); $this->loadViewsFrom(__DIR__ . '/../../resources/views', 'Views');
$prefix = "http://localhost/sysworkflowviena/en/neoclassic/cases/viena";
View::share('rootPath', $prefix);
} }
} }