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

artisan make broken for namespaced classes #36

Open
xtfer opened this issue Oct 22, 2020 · 0 comments
Open

artisan make broken for namespaced classes #36

xtfer opened this issue Oct 22, 2020 · 0 comments

Comments

@xtfer
Copy link

xtfer commented Oct 22, 2020

For example php artisan make:table BarTable --model=Models\Foo\Bar creates a class with the following query() method

    public function query()
    {
        return ModelsFooBar::query();
    }

This is pretty easy to fix, but noting it anyway.

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

1 participant