Fredrik
Results
22
issues of
Fredrik
### Ziggy version 2.5.2 ### Laravel version 12 ### Description I generate my routes and types. When I import the routes config in typescript the TS service throws an error:...
### What happened? In my models/Payment.php: ```php public function model(): MorphTo|Model { return $this->morphTo(); } ``` I have tried adding an interface and another return type as well: ```php public...
bug
Stale