philipp.nardmann

Results 9 comments of philipp.nardmann

+ 1 for merging this!

Still waiting for this @rap2hpoutre can someone take a look? 🙇

> @PNardman @stanley-cheung How's changing like this, and tagging 2.0.0 by the release? Plus one would love this!

The custom `PendingFortifyConfiguration` that would fix this: ``` class PendingFortifyConfiguration extends BasePendingFortifyConfiguration { public function flush(): void { } public function sync(): void { } } ``` And then in...

> Please provide full reproducing repository based on fresh installation as suggested in the bug report template (or you can refer to https://github.com/nova-issues for example) I am not sure if...

@crynobone I added a [reproducing repository ](https://github.com/PNardman/laravel-nova-issue-6796/tree/main) with steps to replicate. First with the application having a custom pipeline and exitting when everything works as expected and then with octane...