Skip to content

Commit

Permalink
Update BookkeeperRequest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyleeh committed Jan 13, 2019
1 parent 75bce82 commit 3300a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Requests/BookkeeperRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ protected function compileRulesFor($key)

foreach($config as $field => $params)
{
if(!array_key_exists($params['rules'])) continue;
if(!array_key_exists('rules', $params)) continue;

$fieldRules = $params['rules'];

Expand Down

0 comments on commit 3300a96

Please sign in to comment.