🤩 File Manager - Mr.X
PHP:
8.3.33
Server:
Apache
OS:
Linux 5.14.0-611.49.1.el9_7.x86_64
User:
websparkit
Navigate
Upload:
Upload
New File
New Folder
Editing:CacheHit.php
<?php namespace Illuminate\Cache\Events; class CacheHit extends CacheEvent { /** * The value that was retrieved. * * @var mixed */ public $value; /** * Create a new event instance. * * @param string|null $storeName * @param string $key * @param mixed $value * @param array $tags */ public function __construct($storeName, $key, $value, array $tags = []) { parent::__construct($storeName, $key, $tags); $this->value = $value; } }
Save Changes
Cancel
Create New File
Create New Folder