Skip to content

Commit d09eeea

Browse files
committed
WIP
1 parent a309b01 commit d09eeea

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

config/pwa.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -133,15 +133,4 @@
133133
'store' => env('CACHE_STORE', 'database'),
134134
'expiration' => 60,
135135
],
136-
137-
'tenant' => [
138-
'enabled' => true,
139-
140-
'model' => \App\Models\Team::class,
141-
142-
'cache' => [
143-
'store' => env('CACHE_STORE', 'database'),
144-
'expiration' => 60,
145-
],
146-
],
147136
];

phpstan.neon.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ includes:
22
- phpstan-baseline.neon
33

44
parameters:
5-
level: 5
5+
level: 0
66
paths:
77
- src
88
- config

0 commit comments

Comments
 (0)