Lance
Is it possible to DI in a class that extends Filament\Resources\Pages\CreateRecord?
mount doesn't work because the parent class has that defined already with no parameters
__construct doesn't work because Livewire only injects into mount
Currently I'm using app/resolve helper, but that's not DI.
3 replies