Skip to content

Commit

Permalink
controller stub typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionut Tanasa authored and Ionut Tanasa committed Jun 27, 2016
1 parent 41dd4da commit 05945e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class $CONTROLLER$Controller extends Controller
*/
protected $validator;

public function __construct($CLASS$Repository $repository, $CLASS$Validator $validatorm)
public function __construct($CLASS$Repository $repository, $CLASS$Validator $validator)
{
$this->repository = $repository;
$this->validator = $validator;
Expand Down

0 comments on commit 05945e6

Please sign in to comment.