mirror of
https://github.com/superhelio/commands.git
synced 2026-02-08 14:50:43 +00:00
Setup error cleaning
This commit is contained in:
@@ -46,8 +46,8 @@ class GozerTest extends \Orchestra\Testbench\TestCase
|
|||||||
protected function getPackageProviders($app)
|
protected function getPackageProviders($app)
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
\Superhelio\Commands\Tests\Stubs\ServiceProvider::class,
|
'\Superhelio\Commands\Tests\Stubs\ServiceProvider',
|
||||||
\Superhelio\Commands\ServiceProvider::class
|
'\Superhelio\Commands\ServiceProvider'
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user