Skip to content

Commit

Permalink
Fix small regression with argument name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Way committed Mar 3, 2013
1 parent 53553f9 commit 04b3e4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/GenerateResourceCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class GenerateResourceCommand extends Generate {

/**
* The type of file generation.
*
*
* @var string
*/
protected $type = 'resource';
Expand Down Expand Up @@ -107,7 +107,7 @@ public function fire()
$this->call(
'generate:seed',
array(
'fileName' => $pluralName
'tableName' => $pluralName
)
);
}
Expand Down

0 comments on commit 04b3e4e

Please sign in to comment.