Skip to content

Commit

Permalink
Remove commented test line and clean up migration command help text f…
Browse files Browse the repository at this point in the history
…ormatting
  • Loading branch information
josephmancuso committed Nov 21, 2024
1 parent bb2317b commit 0fd0744
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/masoniteorm/collection/Collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,6 @@ def __getitem__(self, item):
return None

def __setitem__(self, key, value):
# test
self._items[key] = value

def __delitem__(self, key):
Expand Down
2 changes: 1 addition & 1 deletion src/masoniteorm/commands/MakeMigrationCommand.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class MakeMigrationCommand(Command):
Creates a new migration file.
migration
{name : The name of the migration}
{name : The name of the migration}
{--c|create=None : The table to create}
{--t|table=None : The table to alter}
{--d|directory=databases/migrations : The location of the migration directory}
Expand Down

0 comments on commit 0fd0744

Please sign in to comment.