Page MenuHomePhorge

Storage.php
No OneTemporary

Authored By
Unknown
Size
277 B
Referenced Files
None
Subscribers
None

Storage.php

<?php
namespace App\Support\Facades;
use Illuminate\Support\Facades\Facade;
class Storage extends Facade
{
/**
* Get the registered name of the component.
*/
protected static function getFacadeAccessor(): string
{
return 'filestorage';
}
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Apr 24, 10:23 AM (16 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18843199
Default Alt Text
Storage.php (277 B)

Event Timeline