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:
Peter Deltchev 2017-12-03 02:07:19 -08:00 committed by GitHub
commit de2f0f8872
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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