Fix Laravel 55 upgrade migration

This commit is contained in:
Adam Lavin 2017-12-03 10:06:18 +00:00
parent 9fe1c409a5
commit ad76432c56

View file

@ -13,7 +13,7 @@ class Laravel55Upgrade extends Migration
*/
public function up()
{
app()->call('cache:clear');
\Artisan::call('cache:clear');
}
/**