-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
Description
- Laravel-mongodb Version: 4.9
- PHP Version: 8.3
- Database Driver & Version: 1.21.0
Description:
My project is not able to find the trait MongoDB\Laravel\Eloquent\Prunable. MassPrunable works fine but not normal Prunable. I checked both the documentation of version 4.x and 5 and both list the trait; however, when I try to import it in PHPStorm, it can't find it. I checked the codebase, and, apparently, it doesn't exist either. Is that something dependable on the newest mongodb driver?
Steps to reproduce
- Try to use Prunable in a model
- The IDE can only find the common Eloquent Prunable
Expected behaviour
It should be imported correctly.
Actual behaviour
Undefined class 'Prunable'
acrucha