From 63f714d5a78b765c117ebf6bbdfdbd748dd45644 Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Thu, 4 May 2023 03:02:01 +0300 Subject: authentication; invitation; activation; base form setup --- public/app/extends/Cache_service.php | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'public/app/extends/Cache_service.php') diff --git a/public/app/extends/Cache_service.php b/public/app/extends/Cache_service.php index c435b75..05fd39e 100644 --- a/public/app/extends/Cache_service.php +++ b/public/app/extends/Cache_service.php @@ -36,25 +36,6 @@ class Cache_service } - public static function privileges_hierarchy( $options = 0 ) - { - return proxy( - [\app\models\Access_model::class, 'privileges'], - [], CACHE_ROOT_TTL, - $options - ); - } - - public static function pages_list( $options = 0 ) - { - return proxy( - [\app\models\Cms_model::class, 'pages'], - [], CACHE_ROOT_TTL, - $options - ); - } - - /** entity * * create and retrieve a cached array of some entity -- cgit v1.2.3