Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
juampi92 authored and github-actions[bot] committed Jan 23, 2023
1 parent ae1d470 commit da19e0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/APIResourceManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ public function resolve($classname)

// Check if the resource was found
if (! class_exists($path)) {

// If we are on the latest version, stop searching
if ($this->isLatest()) {
throw new Exceptions\ResourceNotFoundException($classname, $path);
Expand Down

0 comments on commit da19e0e

Please sign in to comment.