X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar/platform/plugins/audit-log/src/Facades
home
/
gfecatvj
/
sites
/
realesbar
/
platform
/
plugins
/
audit-log
/
src
/
Facades
/
📁
..
📄
AuditLogFacade.php
(341 B)
Editing: AuditLogFacade.php
<?php namespace Botble\AuditLog\Facades; use Botble\AuditLog\AuditLog; use Illuminate\Support\Facades\Facade; class AuditLogFacade extends Facade { /** * Get the registered name of the component. * * @return string */ protected static function getFacadeAccessor() { return AuditLog::class; } }
Upload File
Create Folder