Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jan 8, 2025
1 parent 3851368 commit f572fdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Theme/TridentTheme.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class TridentTheme implements Theme
private static string $name = 'Trident';

private static string $viewNamespace = 'trident';

private static bool $viewNamespaceRegistered = false;

private array $layouts = [
Expand Down
2 changes: 2 additions & 0 deletions src/resources/routes/dev.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

use Illuminate\Support\Facades\Route;

if (app()->isLocal()) {
Expand Down

0 comments on commit f572fdc

Please sign in to comment.