Skip to content

Commit aaf81c1

Browse files
committed
fix provided service name
1 parent 3ed2679 commit aaf81c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Translatable/TranslatableServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function registerTranslatableHelper()
3131
public function provides()
3232
{
3333
return [
34-
'translatable.helper',
34+
'translatable.locales',
3535
Locales::class,
3636
];
3737
}

0 commit comments

Comments
 (0)