Skip to content

Commit

Permalink
Merge pull request #11 from tattersoftware/create-model
Browse files Browse the repository at this point in the history
Ignore class
  • Loading branch information
MGatner authored Oct 30, 2020
2 parents ee00df6 + b8a05a2 commit eb6d5af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/Schemas.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class Schemas extends BaseCommand
{
protected $group = 'Schemas';
protected $group = 'Database';
protected $name = 'schemas';
protected $description = 'Manage database schemas.';

Expand Down
1 change: 1 addition & 0 deletions src/Config/Schemas.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class Schemas extends BaseConfig
// Namespaces to ignore (mostly for ModelHandler)
public $ignoredNamespaces = [
'Tests\Support',
'CodeIgniter\Commands\Generators',
];

// Path the directoryHandler should scan for schema files
Expand Down

0 comments on commit eb6d5af

Please sign in to comment.