Skip to content

Commit

Permalink
add method to shut it up.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Nov 22, 2023
1 parent 6190652 commit 0393c9b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/StaticCaching/Cachers/NullCacher.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,9 @@ public function getUrls($domain = null)
{
return collect();
}

public function getBaseUrl()
{
//
}
}

0 comments on commit 0393c9b

Please sign in to comment.