We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This issue has cropped up in some highly customised projects, for example; https://github.com/dingo/api/issues/1636
The solution is to add the following line to the register() method of your AppServiceProvider
public function register() { $this->app->bind("League\\Fractal\\ScopeFactoryInterface", "\\League\\Fractal\\ScopeFactory"); // }