Skip to content

Commit

Permalink
Fix example unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Nov 28, 2018
1 parent 8dc5eb7 commit b102d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

return array(
'message' => $message,
'user' => compact('username', 'password', 'invalid')
'user' => compact('username', 'password'),
);
});

Expand Down

0 comments on commit b102d23

Please sign in to comment.