Skip to content

Commit 38bc9e0

Browse files
committed
fix: revert bindings properly
1 parent 0ea9a4c commit 38bc9e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ServiceProvider.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
*/
2020
class ServiceProvider extends BaseServiceProvider
2121
{
22+
public $bindings = [
23+
'n2w' => Transformer::class,
24+
];
25+
2226
public $singletons = [
2327
Dictionary::class => Dictionary::class,
2428
DictionaryInterface::class => Dictionary::class,

0 commit comments

Comments
 (0)