Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel 6 fix #60

Closed
voicecode-bv opened this issue Sep 4, 2019 · 4 comments
Closed

Laravel 6 fix #60

voicecode-bv opened this issue Sep 4, 2019 · 4 comments

Comments

@voicecode-bv
Copy link

Hi @KABBOUCHI

Can you please update ToolServiceProvider?

use Illuminate\Support\Arr;

/**
 * Register the tool's routes.
 *
 * @return void
 */
protected function routes()
{
    if ($this->app->routesAreCached()) {
        return;
    }

    Route::middleware(Arr::wrap(config('nova-impersonate.middleware.base')))
        ->prefix('nova-impersonate')
        ->name('nova.impersonate.')
        ->group(__DIR__.'/../routes/api.php');
}
@nicoeg
Copy link
Contributor

nicoeg commented Sep 4, 2019

This is already fixed in #59 but no release has been created for it yet.

@KABBOUCHI
Copy link
Owner

please try v1.1.0

@nicoeg
Copy link
Contributor

nicoeg commented Sep 4, 2019

Thank you :)

@voicecode-bv
Copy link
Author

Ah sorry didn’t see that. 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

No branches or pull requests

3 participants