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 a4f4d2d commit b95217dCopy full SHA for b95217d
tests/Foundation/Concerns/ResolvesDumpSourceTest.php
@@ -2,7 +2,6 @@
2
3
namespace Illuminate\Tests\Foundation\Configuration;
4
5
-use Illuminate\Auth\AuthManager;
6
use Illuminate\Config\Repository as Config;
7
use Illuminate\Container\Container;
8
use Illuminate\Foundation\Concerns\ResolvesDumpSource;
@@ -14,8 +13,6 @@ protected function setUp(): void
14
13
{
15
$container = Container::setInstance(new Container);
16
17
- $this->auth = new AuthManager($container);
18
-
19
$container->singleton('config', function () {
20
return $this->createConfig();
21
});
0 commit comments