Skip to content

Commit

Permalink
rename isEnabled to isActive
Browse files Browse the repository at this point in the history
  • Loading branch information
mertasan committed Mar 10, 2024
1 parent 803fbf8 commit 754a0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CloudflareCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function purgeByUrls(array $urls): bool|string
]);
}

public function isEnabled(): bool
public function isActive(): bool
{
if (app()->runningUnitTests()) {
return true;
Expand Down

0 comments on commit 754a0e9

Please sign in to comment.