Skip to content

Commit

Permalink
Merge branch 'release/1.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Hernandes committed Jul 2, 2016
2 parents ddbf4d2 + c1400cb commit c3c8bdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md → readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use Artesaos\Shield\Rules

class UserRules extends Rules
{
public function default()
public function defaultRules()
{
return [
'name' => 'required|min:6',
Expand Down Expand Up @@ -107,4 +107,4 @@ User::rules()->byRequestType($request->getMethod());

- Author: [@vinicius73](https://github.com/vinicius73)
- Version 1 Refactoring [@hernandev](https://github.com/hernandev)
- License: MIT
- License: MIT

0 comments on commit c3c8bdc

Please sign in to comment.