Skip to content

Commit

Permalink
Move Settings pages into Settings namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Nov 25, 2024
1 parent ac7934c commit 129c2bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Cachet\Filament\Pages;
namespace Cachet\Filament\Pages\Settings;

use Cachet\Settings\AppSettings;
use Filament\Forms;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Cachet\Filament\Pages;
namespace Cachet\Filament\Pages\Settings;

use Cachet\Settings\CustomizationSettings;
use Filament\Forms;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Cachet\Filament\Pages;
namespace Cachet\Filament\Pages\Settings;

use Cachet\Settings\ThemeSettings;
use Filament\Forms;
Expand Down

0 comments on commit 129c2bf

Please sign in to comment.