Skip to content

Commit

Permalink
typeo
Browse files Browse the repository at this point in the history
  • Loading branch information
matgeroe authored May 22, 2019
1 parent 09f3380 commit 29c1df0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public function someMethod(FeatureManager $featureManager)

### Other activities

You might also want to allow your users to enable or disable features. (Things like an Christmas theme come to mind)
You might also want to allow your users to enable or disable features. (Things like a Christmas theme come to mind)
```php
public function turnTheSnowFlakesOn(FeatureManager $featureManager)
{
Expand All @@ -116,4 +116,4 @@ If caching is turned on, the cache is cleared and rebuild *every* time a feature
Might the need arise you can always flush the cache with `php artisan feature:clear-cache`.
This will *only* flush the feature cache, not your regular application cache.



0 comments on commit 29c1df0

Please sign in to comment.