Skip to content

Commit 3d3579d

Browse files
committed
ecs-fix
1 parent 8f17aed commit 3d3579d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/WalletServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ private function services(array $configure, array $cache): void
212212
$this->app->make(CacheManager::class)
213213
->driver($cache['driver'] ?? 'array'),
214214
],
215-
)
215+
),
216216
]
217217
));
218218

@@ -225,7 +225,7 @@ private function services(array $configure, array $cache): void
225225
$this->app->make(CacheManager::class)
226226
->driver('array'),
227227
],
228-
)
228+
),
229229
]
230230
));
231231
}

0 commit comments

Comments
 (0)