mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
Fix Laravel 55 upgrade migration
This commit is contained in:
parent
9fe1c409a5
commit
ad76432c56
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class Laravel55Upgrade extends Migration
|
||||||
*/
|
*/
|
||||||
public function up()
|
public function up()
|
||||||
{
|
{
|
||||||
app()->call('cache:clear');
|
\Artisan::call('cache:clear');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue