diff --git a/system/artisan b/system/artisan index 567fbe7..9bdfe15 100644 --- a/system/artisan +++ b/system/artisan @@ -3,6 +3,9 @@ $app = require_once __DIR__.'/bootstrap.php'; +$app->instance('type', ''); +$app->register('Flarum\Support\Extensions\ExtensionsServiceProvider'); + $kernel = $app->make('Illuminate\Contracts\Console\Kernel'); $status = $kernel->handle(