mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 18:13:11 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d82e8f191f |
@@ -71,8 +71,8 @@ class MetaCommand extends Command {
|
|||||||
|
|
||||||
$bindings = array();
|
$bindings = array();
|
||||||
foreach ($this->getAbstracts() as $abstract) {
|
foreach ($this->getAbstracts() as $abstract) {
|
||||||
// Validator causes problems in Lumen
|
// Validator and seeder cause problems
|
||||||
if ($abstract == 'validator') {
|
if (in_array($abstract, ['validator', 'seeder'])) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user