Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmungai authored Jan 25, 2021
1 parent 8f36686 commit f089aec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,15 @@ Open your `User` model and implement the below interfaces and also include the t
<?php

use IFRS\Traits\IFRSUser;
use IFRS\Traits\Recycling;

use IFRS\Interfaces\Recyclable;
...

class User ... implements Recyclable {
...
use IFRSUser;
use Recycling;
...
}
...
Expand Down

0 comments on commit f089aec

Please sign in to comment.