Wanna fly?
Add this to the factory's model:
/** * Create a new factory instance for the model. */ protected static function newFactory() { return YourModelFactory::new(); }
Not elegant, but solves the problem.