Skip to content

Commit

Permalink
Merge pull request #10 from tuimz/main
Browse files Browse the repository at this point in the history
Use base exception class
  • Loading branch information
ralphjsmit authored May 24, 2022
2 parents f93d512 + b738b64 commit 7bbbde7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Support/ImageMeta.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace RalphJSmit\Laravel\SEO\Support;

use PHPUnit\Runner\Exception;
use Exception;

class ImageMeta
{
Expand All @@ -25,4 +25,4 @@ public function __construct(string $path)
$this->width = $width;
$this->height = $height;
}
}
}

0 comments on commit 7bbbde7

Please sign in to comment.