Vinelab / NeoEloquent

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

Class 'Neo4jSchema' not found #311

Closed Izio91 closed 5 years ago

Izio91 commented 5 years ago

I've create a new label, but when I try to launch this command php artisan neo4j:migrate, the result is Class 'Neo4jSchema' not found

Izio91 commented 5 years ago

Fixed just importing the class Neo4jSchema from this path Vinelab\NeoEloquent\Facade\Neo4jSchema