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

Add support of nested model / namespaces #75

Open
moaminsharifi opened this issue Jan 14, 2024 · 0 comments
Open

Add support of nested model / namespaces #75

moaminsharifi opened this issue Jan 14, 2024 · 0 comments

Comments

@moaminsharifi
Copy link
Collaborator

How to reproduce issue?

We have a app/Model/ dir like that:

.
├── Administrator
│   └── Accounting
│       └── UserSub.php
├── Administrator.php
└── User.php

As we excepted to have

  • UserSub
  • Administrator
  • User
    in drop down options but there is n't any UserSub:
    2024-01-14_22-08

It's seems this package not support nested name space.

BTW, I will try to make it and create PR for it.

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