Skip to content

Commit

Permalink
Updates: README
Browse files Browse the repository at this point in the history
  • Loading branch information
DaltonMcCleery committed Jul 9, 2024
1 parent 37f2dce commit 2abb9d4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ Using this package consists of two steps:
1. Add the `RemoteModel` trait to a model.
2. Add a `$endpoint` property to the model.

That's it.

```php
class Project extends Model
class Celebrity extends Model
{
use \RemoteModels\RemoteModel;

Expand Down

0 comments on commit 2abb9d4

Please sign in to comment.