Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
Adhere to contract
Browse files Browse the repository at this point in the history
  • Loading branch information
pactode committed May 23, 2019
1 parent 68cd40f commit 2163581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Support/ResourceResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ResourceResolver implements Contract
* @param string $model
* @return string|null
*/
public function resolve(string $model): ?string
public function resolve(?string $model): ?string
{
if (empty($model)) {
return null;
Expand Down

0 comments on commit 2163581

Please sign in to comment.