mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 06:04:03 +00:00
Make RouteMode enum backed
This commit is contained in:
parent
f771aa8645
commit
8259b9b2ab
2 changed files with 8 additions and 4 deletions
|
|
@ -132,6 +132,7 @@ $finder = Finder::create()
|
|||
->in([
|
||||
$project_path . '/src',
|
||||
])
|
||||
->exclude('Enums')
|
||||
->name('*.php')
|
||||
->notName('*.blade.php')
|
||||
->ignoreDotFiles(true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue