mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-02-14 08:52:55 +00:00
Typo fixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Laravel Data Sync
|
# 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
|
## Installation & Usage
|
||||||
- Via composer: `composer require distinctm/laravel-data-sync`
|
- Via composer: `composer require distinctm/laravel-data-sync`
|
||||||
@@ -144,4 +144,4 @@ translates to...
|
|||||||
'role_id' => Role::where('slug', 'destroy-ferrari')->first()->id,
|
'role_id' => Role::where('slug', 'destroy-ferrari')->first()->id,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user