Skip to content

Commit

Permalink
fix a typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yarobadtrak committed Feb 25, 2017
1 parent 24ef05f commit aad65d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#STILL IN DEVELOPMENTgit
#STILL IN DEVELOPMENT

# Laravel Model Settings

Expand Down Expand Up @@ -69,7 +69,7 @@ Your model and database must have column named `settings` in the database to sto
Better demonstrated in example

```php
$user = $user = App\User::first();
$user = App\User::first();

$user->settings()->save(array(
'address' => 'London',
Expand Down

0 comments on commit aad65d2

Please sign in to comment.