Skip to content

Commit

Permalink
Update services.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-thomas committed Dec 10, 2023
1 parent 95c929d commit 0deeff8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/content/docs/Basics/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,6 @@ use Hans\Valravn\Facades\Cache;
Cache::store( 'unique_key', fn() => 10 / 12 );
```

## Notifiable

This contract let you have a notification for each action depending on model.
the notification contains a title, body and a related model.

{{< tip >}}
Notifications will not store in database.
{{< /tip >}}

## FilteringService

The `FilteringService` allows us to apply some logics on query builder instance
Expand Down

0 comments on commit 0deeff8

Please sign in to comment.