Skip to content

Commit

Permalink
Fixed psr2 formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
heera committed Jun 26, 2017
1 parent 6fc71db commit 927ee3a
Show file tree
Hide file tree
Showing 18 changed files with 440 additions and 428 deletions.
2 changes: 1 addition & 1 deletion src/Requent/Config/requent.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@
| by default unless you override it here by setting the value to false.
*/
'select_default_attributes' => true,
];
];
10 changes: 5 additions & 5 deletions src/Requent/Facade/Requent.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

class Requent extends Facade
{
public static function getFacadeAccessor()
{
return 'requent';
}
}
public static function getFacadeAccessor()
{
return 'requent';
}
}
Loading

0 comments on commit 927ee3a

Please sign in to comment.