Skip to content

Commit

Permalink
Fix due to PHP7.3 "compact" method change
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-luke committed Jul 2, 2019
1 parent 487c900 commit 6818ce5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Schema.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ private function messages(): array
*/
private function processRules(string $key, array $rules, array $insert): array
{
$message = null;
$status = true;

if (!isset($insert[$key])) {
Expand Down

0 comments on commit 6818ce5

Please sign in to comment.