From 311cf155c51be0f6e611f02bb7a658bb53605174 Mon Sep 17 00:00:00 2001 From: Jani Gyllenberg Date: Wed, 7 Sep 2022 12:44:50 -0400 Subject: [PATCH] V3.1 branch link --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 40476a6..5ed9267 100644 --- a/readme.md +++ b/readme.md @@ -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\\',