Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
fix typo in base test stub
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoray committed Apr 29, 2019
1 parent 031cd38 commit f2c6e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/Package/stubs/base-test.stub
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class TestCase extends Orchestra
protected function getPackageProviders($app)
{
return [
\DummyRootNamespace\DummyPackageServiceProvider::class,
\DummyRootNamespaceDummyPackageServiceProvider::class,
];
}

Expand Down

0 comments on commit f2c6e39

Please sign in to comment.