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 Apr 25, 2024
1 parent aad74dd commit cf2269b
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
);

$panel->discoverPages(
in: __DIR__ . '/Pages',
in: __DIR__.'/Pages',
for: 'EightyNine\\Reports\\Pages'
);
}

public function boot(Panel $panel): void
{

if (!reports()->getUseReportListPage()) {
if (! reports()->getUseReportListPage()) {
$panel->navigationItems(collect(reports()->getReports())->map(function ($report) {
$report = app($report);

Expand Down

0 comments on commit cf2269b

Please sign in to comment.