Initial commit
This commit is contained in:
11
app/Filament/Resources/Photos/Pages/CreatePhoto.php
Normal file
11
app/Filament/Resources/Photos/Pages/CreatePhoto.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Filament\Resources\Photos\Pages;
|
||||
|
||||
use App\Filament\Resources\Photos\PhotoResource;
|
||||
use Filament\Resources\Pages\CreateRecord;
|
||||
|
||||
class CreatePhoto extends CreateRecord
|
||||
{
|
||||
protected static string $resource = PhotoResource::class;
|
||||
}
|
||||
Reference in New Issue
Block a user