diff --git a/src/LogsTool.php b/src/LogsTool.php index ea57d62..974f541 100644 --- a/src/LogsTool.php +++ b/src/LogsTool.php @@ -19,7 +19,6 @@ class LogsTool extends BaseTool public function boot() { Nova::script('LogsTool', __DIR__.'/../dist/js/tool.js'); - Nova::style('LogsTool', __DIR__.'/../dist/css/tool.css'); } /**