File manager - Edit - /var/www/payraty/helpdesk/vendor/laravel/pulse/src/Support/CacheStoreResolver.php
Back
<?php namespace Laravel\Pulse\Support; use Illuminate\Cache\CacheManager; use Illuminate\Contracts\Cache\Repository as CacheRepository; use Illuminate\Contracts\Config\Repository as ConfigRepository; class CacheStoreResolver { /** * Create a new cache connection resolver instance. */ public function __construct( protected CacheManager $cache, protected ConfigRepository $config, ) { // } /** * Get the cache connection. */ public function store(): CacheRepository { return $this->cache->store($this->config->get('pulse.cache')); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings