Skip to content

Commit

Permalink
Update CrudBehaviorTrait.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Esteban De la Rosa authored Jun 7, 2019
1 parent 6c72ec0 commit 789cda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Contracts/Api/CrudBehaviorTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ protected function getRecords(array $processedRequest): array
if ($diff = array_diff($required, array_keys($processedRequest))) {
throw new ArgumentCountError(
sprintf(
'Request no processed. Missing any of the following params : %s.',
'Request no processed. Missing following params : %s.',
implode(', ', $diff)
)
);
Expand Down

0 comments on commit 789cda6

Please sign in to comment.