Skip to content

Commit 2ec9bef

Browse files
authored
Remove stray whitespace
1 parent 15b3e2c commit 2ec9bef

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

CHANGELOG.md

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -509,23 +509,6 @@ The following changes are not "breaking", but worth making the updates to your a
509509
- app()['cache']->forget('spatie.permission.cache');
510510
+ $this->app->make(\Spatie\Permission\PermissionRegistrar::class)->forgetCachedPermissions();
511511

512-
513-
514-
515-
516-
517-
518-
519-
520-
521-
522-
523-
524-
525-
526-
527-
528-
529512
```
530513
1. Also this is a good time to point out that now with v2.25.0 and v2.26.0 most permission-cache-reset scenarios may no longer be needed in your app, so it's worth reviewing those cases, as you may gain some app speed improvement by removing unnecessary cache resets.
531514

@@ -574,23 +557,6 @@ The following changes are not "breaking", but worth making the updates to your a
574557
// user hasRole 'roleB' but not 'roleA'
575558
@endrole
576559

577-
578-
579-
580-
581-
582-
583-
584-
585-
586-
587-
588-
589-
590-
591-
592-
593-
594560
```
595561
## 2.19.1 - 2018-09-14
596562

0 commit comments

Comments
 (0)