Skip to content

Commit

Permalink
Merge pull request #15 from liberu-genealogy/main
Browse files Browse the repository at this point in the history
Update domains
  • Loading branch information
curtisdelicata authored Jun 16, 2024
2 parents 751a8ab + 7001072 commit b4373ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

use Illuminate\Support\Facades\Storage;
use Symfony\Component\Process\Process;
use App\Models\Domain;

class CreateDomain extends CreateRecord
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
use Illuminate\Support\Facades\Storage;
use Symfony\Component\Process\Process;

use App\Models\Domain;


class EditDomain extends EditRecord
{
protected static string $resource = DomainResource::class;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
use Filament\Actions;
use Filament\Resources\Pages\ListRecords;

use App\Models\Domain;

class ListDomains extends ListRecords
{
protected static string $resource = DomainResource::class;
Expand Down

0 comments on commit b4373ce

Please sign in to comment.