PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
plugins
/
audit-log
/
src
<?php namespace Botble\AuditLog; use Botble\PluginManagement\Abstracts\PluginOperationAbstract; use Botble\Dashboard\Repositories\Interfaces\DashboardWidgetInterface; use Illuminate\Support\Facades\Schema; class Plugin extends PluginOperationAbstract { public static function remove() { Schema::dropIfExists('audit_histories'); app(DashboardWidgetInterface::class)->deleteBy(['name' => 'widget_audit_logs']); } }
[-] Plugin.php
[edit]
[+]
Tables
[+]
..
[+]
Events
[+]
Listeners
[-] AuditLog.php
[edit]
[+]
Repositories
[+]
Facades
[+]
Providers
[+]
Models
[+]
Commands
[+]
Http