Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ajcastro committed Jul 25, 2021
1 parent 664ccf9 commit 5eb39ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ See [demo project](https://github.com/ajcastro/searchable-demo).
Simple setup for searchable model and can search on derived columns.

```php
use AjCastro\Searchable\Searchable;

class Post
{
use Searchable;
Expand Down

0 comments on commit 5eb39ca

Please sign in to comment.