Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
eighty9nine authored and github-actions[bot] committed Aug 29, 2024
1 parent 15a9c21 commit 4e3e826
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ReportsPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ 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'
);
}
}

public function boot(Panel $panel): void
{
if (!reports()->getUseReportListPage()) {
if (! reports()->getUseReportListPage()) {
// get reports with
$panel->navigationGroups([
NavigationGroup::make()
Expand Down

0 comments on commit 4e3e826

Please sign in to comment.