Typo fixes

This commit is contained in:
Jani Gyllenberg
2019-06-13 10:08:23 -04:00
committed by GitHub
parent e7608ca9d6
commit bd682f0d78

View File

@@ -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,
]); ]);
``` ```