From 4e3e826ca7bc90539a0bcdb2a01e63b9d5800fc3 Mon Sep 17 00:00:00 2001 From: eighty9nine Date: Thu, 29 Aug 2024 05:25:26 +0000 Subject: [PATCH] Fix styling --- src/ReportsPlugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ReportsPlugin.php b/src/ReportsPlugin.php index f926324..746ad0b 100644 --- a/src/ReportsPlugin.php +++ b/src/ReportsPlugin.php @@ -24,7 +24,7 @@ public function register(Panel $panel): void if (config('filament-reports.reports_custom_menu_page') == false) { $panel->discoverPages( - in: __DIR__ . '/Pages', + in: __DIR__.'/Pages', for: 'EightyNine\\Reports\\Pages' ); } @@ -32,7 +32,7 @@ public function register(Panel $panel): void public function boot(Panel $panel): void { - if (!reports()->getUseReportListPage()) { + if (! reports()->getUseReportListPage()) { // get reports with $panel->navigationGroups([ NavigationGroup::make()