Vinelab / NeoEloquent

The Neo4j OGM for Laravel
MIT License
633 stars 197 forks source link

Fixed missing use declaration #355

Closed mrbig closed 2 years ago

mrbig commented 2 years ago

When trying to fill a not fillable attribute, I received a class Vinelab\NeoEloquent\Eloquent\MassAssignmentException does not exist error.

I believe this is due to a missing use statement.