We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6246498 commit 9ee3d23Copy full SHA for 9ee3d23
tests/TestCase.php
@@ -2,7 +2,7 @@
2
3
namespace Ferdiunal\LaravelTranslator\Tests;
4
5
-use Ferdiunal\LaravelTranslator\TranslatorServiceProvider;
+use Ferdiunal\LaravelTranslator\LaravelTranslatorServiceProvider;
6
use Illuminate\Database\Eloquent\Factories\Factory;
7
use Orchestra\Testbench\TestCase as Orchestra;
8
@@ -20,7 +20,7 @@ protected function setUp(): void
20
protected function getPackageProviders($app)
21
{
22
return [
23
- TranslatorServiceProvider::class,
+ LaravelTranslatorServiceProvider::class,
24
];
25
}
26
0 commit comments