/
home
/
techb158
/
immovalet.com
/
platform
/
plugins
/
audit-log
/
src
/
Facades
/
/home/techb158/immovalet.com/platform/plugins/audit-log/src/Facades
mkdir
upload
Name
Size
Mode
Actions
AuditLogFacade.php
341
0644
edit
dl
rm
Edit:
/home/techb158/immovalet.com/platform/plugins/audit-log/src/Facades/AuditLogFacade.php
(341B)
<?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; } }
Save