Skip to content

Commit

Permalink
Fixed missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Feb 28, 2015
1 parent 47ca534 commit fd4cb5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stevebauman/Inventory/Commands/SchemaCheckCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class SchemaCheckCommand extends Command {
protected $reserved = array(
'metrics',
'locations',
'categories'
'categories',
'inventory',
'inventory_stocks',
'inventory_stock_movements',
Expand Down

0 comments on commit fd4cb5b

Please sign in to comment.