Philipp Rappold

Results 2 issues of Philipp Rappold

The driver allows to specify a different `EntryModel` in `config/statamic-eloquent-driver.php` by setting `entries.model`. ![image](https://user-images.githubusercontent.com/9417412/138111297-b983a70a-c799-4d24-bb63-acfa77cdf1e7.png) However, the `CollectionRepository` is currently hardcoded to use the shipped EntryModel: ![image](https://user-images.githubusercontent.com/9417412/138111440-04bf59c0-d3a8-489b-8e83-df7ce5ba63d3.png) This leads to errors...

Laravel 5.5 uses the handle() method instead of fire() in commands. This PR adds a handle() method that simply calls fire() internally. This way it should be compatible with previous...