Skip to content

Conversation

@IvanMilanov
Copy link

When executing the entrust:migration command, an error is thrown on L5.5:
Method Zizaco\Entrust\MigrationCommand::handle() does not exist

Changed MigrationCommand's fire() method to handle()

@aslamsayyed
Copy link

I think better to keep fire() and call it through handle for backward compatibility.

public function handle() {
  $this->fire();
}

@dmason30
Copy link

Close this already in #840 as a backwards compatible fix.

@Zizaco
Copy link
Owner

Zizaco commented Nov 13, 2017

Closed since #840 was merged

@Zizaco Zizaco reopened this Nov 13, 2017
@Zizaco Zizaco closed this Nov 13, 2017
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.

6 participants