Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Lake committed Apr 10, 2019
1 parent ad4c985 commit 7a1392e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The only requirement to start attaching properties to models is to add the `\Pro

```php
use Illuminate\Database\Eloquent\Model;
use Properties\HasProperties;
use Properties\Traits\HasProperties;

class Person extends Model
{
Expand Down

0 comments on commit 7a1392e

Please sign in to comment.