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

Commit

Permalink
Allow null
Browse files Browse the repository at this point in the history
  • Loading branch information
pactode committed May 23, 2019
1 parent 93ebe50 commit 68cd40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Contracts/ResourceResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

interface ResourceResolver
{
public function resolve(string $model): ?string;
public function resolve(?string $model): ?string;
}

0 comments on commit 68cd40f

Please sign in to comment.