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

Commit

Permalink
[fix] ResourceFinder returns null if no resource
Browse files Browse the repository at this point in the history
  • Loading branch information
robertorinaldi-dev committed Apr 15, 2022
1 parent cc27602 commit 83ec659
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 83ec659

Please sign in to comment.