Philipp Rappold
Philipp Rappold
The driver allows to specify a different `EntryModel` in `config/statamic-eloquent-driver.php` by setting `entries.model`.  However, the `CollectionRepository` is currently hardcoded to use the shipped EntryModel:  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...