Skip to content

Conversation

@BafS
Copy link
Contributor

@BafS BafS commented Sep 9, 2017

No description provided.

@dmitrybubyakin
Copy link

I have a temporary solution

// AppServiceProvider

public function register()
{
    $this->app->extend('command.entrust.migration', function () {
            return new class extends MigrationCommand
            {
                public function handle()
                {
                    parent::fire();
                }
            };
        });
}

@Zizaco
Copy link
Owner

Zizaco commented Nov 13, 2017

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants