Skip to content

Commit

Permalink
Add teams model
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisdelicata committed Jul 1, 2024
1 parent ccfa1ea commit 3177102
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/Filament/App/Pages/CreateTeam.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Filament\Pages;
namespace App\Filament\App\Pages;

use App\Models\Team;
use App\Models\User;
Expand Down
2 changes: 1 addition & 1 deletion app/Filament/App/Pages/EditTeam.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Filament\Pages;
namespace App\Filament\App\Pages;

use App\Models\Team;
use App\Models\User;
Expand Down
2 changes: 1 addition & 1 deletion app/Filament/App/Pages/PersonalAccessTokensPage.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Filament\Pages;
namespace App\Filament\App\Pages;

use App\Models\User;
use Filament\Pages\Page;
Expand Down
2 changes: 1 addition & 1 deletion app/Filament/App/Pages/UpdateProfileInformationPage.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Filament\Pages;
namespace App\Filament\App\Pages;

use Filament\Forms\Components\TextInput;
use Filament\Pages\Page;
Expand Down

0 comments on commit 3177102

Please sign in to comment.