mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 20:20:34 +09:00
remove cache for now as it's breaking first load
This commit is contained in:
@@ -20,8 +20,8 @@ class AppServiceProvider extends ServiceProvider
|
||||
Artisan::call('migrate', array('--path' => 'database/migrations', '--force' => true));
|
||||
Artisan::call('storage:link');
|
||||
//Cache
|
||||
Artisan::call('config:cache');
|
||||
Artisan::call('route:cache');
|
||||
//Artisan::call('config:cache');
|
||||
//Artisan::call('route:cache');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user