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