You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CreateClient.php 287B

1234567891011
  1. <?php
  2. namespace App\Filament\Company\Resources\Common\ClientResource\Pages;
  3. use App\Filament\Company\Resources\Common\ClientResource;
  4. use Filament\Resources\Pages\CreateRecord;
  5. class CreateClient extends CreateRecord
  6. {
  7. protected static string $resource = ClientResource::class;
  8. }