ulobby / NeoEloquent

An extension of Laravel Elqouent that supports Neo4j, a native graph database
MIT License
41 stars 17 forks source link

🐛 Fix for #27 (new migration stubs) #31

Closed berteltorp closed 3 years ago

berteltorp commented 3 years ago

This fixes #27 by renaming the stubs so they correspond with the changes made in Laravel 7

In Laravel 7 options for customisation of of stubs where added as per https://github.com/laravel/framework/pull/31052

Thx to @raavus-funkmaster for the tip 🙌