Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #14 from robertorinaldi-dev/feature/resourcefinder…
Browse files Browse the repository at this point in the history
…-null

[fix] ResourceFinder returns null if no resource
  • Loading branch information
alexjustesen authored May 14, 2022
2 parents 19a88c5 + 83ec659 commit 3f6d7ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ResourceFinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ public static function find(string $class): ?string
return $resource;
}
}

return null;
}
}

0 comments on commit 3f6d7ef

Please sign in to comment.