Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
emredipi committed Dec 23, 2023
1 parent 5a48e2e commit f85dbc7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Mixins/CloudflareRouterMixin.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ public function cache(): Closure
$request->attributes->set(CloudflareCache::TTL_ATTR, $ttl);
};

// cache()->group(fun...
if (blank($tags)) {
return $routeRegistrar();
}

// cache(function() { ... }
if ($tags instanceof Closure) {
$registerTtl($ttl);
Expand Down

0 comments on commit f85dbc7

Please sign in to comment.