V3.1 branch link

This commit is contained in:
Jani Gyllenberg
2022-09-07 12:44:50 -04:00
parent f14dc0a5c2
commit 311cf155c5

View File

@@ -8,7 +8,7 @@
Laravel utility to keep records synchronized between environments through source control
## V3.1 branch Notes (Work in progress)
## [V3.1 branch](https://github.com/nullthoughts/laravel-data-sync/tree/v3.1) Notes (Work in progress)
- Adds support for Laravel 8+ models directory in `config/data-sync.php`:
```
'namespace' => '\\App\\Models\\',