Skip to content

Commit

Permalink
Fix for cache name of static method
Browse files Browse the repository at this point in the history
  • Loading branch information
andrevanzuydam committed Nov 29, 2023
1 parent c261075 commit 5d8c542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tina4/Routing/Route.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public static function noCache(): void
* Cache route
* @return void
*/
public static function Cache(): void
public static function cache(): void
{
global $arrRoutes;
$arrRoutes[sizeof($arrRoutes)-1]["cached"] = true;
Expand Down

0 comments on commit 5d8c542

Please sign in to comment.