mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-03-03 16:51:28 +01:00
Merge pull request #131 from Lavoaster/the-fix-the-production-site-branch-because-i-missed-out-a-migration
Fix Laravel 55 upgrade migration
This commit is contained in:
commit
de2f0f8872
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class Laravel55Upgrade extends Migration
|
|||
*/
|
||||
public function up()
|
||||
{
|
||||
app()->call('cache:clear');
|
||||
\Artisan::call('cache:clear');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue