Skip to content

Commit

Permalink
Merge pull request #44 from productflowbv/fix-exception-issue
Browse files Browse the repository at this point in the history
Add missing use statement for InvalidArgumentException
  • Loading branch information
freekmurze committed Aug 9, 2024
2 parents d343fd7 + 9fdd70b commit db55c5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Robots.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace Spatie\Robots;

use InvalidArgumentException;

class Robots
{
protected RobotsTxt | null $robotsTxt;
Expand Down

0 comments on commit db55c5f

Please sign in to comment.