Page MenuHomePhorge

PGP.php
No OneTemporary

Authored By
Unknown
Size
265 B
Referenced Files
None
Subscribers
None
<?php
namespace App\Support\Facades;
use Illuminate\Support\Facades\Facade;
class PGP extends Facade
{
/**
* Get the registered name of the component.
*/
protected static function getFacadeAccessor(): string
{
return 'pgp';
}
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Apr 24, 11:11 AM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18754650
Default Alt Text
PGP.php (265 B)

Event Timeline