golden hour
/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/contracts/Cache
⬆️ Go Up
Upload
File/Folder
Size
Actions
Factory.php
282 B
Del
OK
Lock.php
905 B
Del
OK
LockProvider.php
583 B
Del
OK
LockTimeoutException.php
136 B
Del
OK
Repository.php
2.86 KB
Del
OK
Store.php
1.86 KB
Del
OK
Edit: Factory.php
<?php namespace RectorPrefix202411\Illuminate\Contracts\Cache; interface Factory { /** * Get a cache store instance by name. * * @param string|null $name * @return \Illuminate\Contracts\Cache\Repository */ public function store($name = null); }
Save