mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-01-31 01:46:29 +00:00
Typo fixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Laravel Data Sync
|
||||
|
||||
Laravel utility to keep records synced between enviroments through source control
|
||||
Laravel utility to keep records synced between environments through source control
|
||||
|
||||
## Installation & Usage
|
||||
- Via composer: `composer require distinctm/laravel-data-sync`
|
||||
@@ -144,4 +144,4 @@ translates to...
|
||||
'role_id' => Role::where('slug', 'destroy-ferrari')->first()->id,
|
||||
]);
|
||||
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user