diff --git a/tests/integration/CapsulesTest.php b/tests/integration/CapsulesTest.php index 16b9b7c3f..e8daf2af5 100644 --- a/tests/integration/CapsulesTest.php +++ b/tests/integration/CapsulesTest.php @@ -72,7 +72,7 @@ class CapsulesTest extends TestCase protected $capsuleModel; protected $capsuleClassName; protected $capsuleModelName; - protected $mananger; + protected $manager; public function setUp(): void { @@ -287,7 +287,8 @@ public function makeCapsule() $this->registerCapsuleRoutes( app(Router::class), - $this->getCapsuleByModule($this->capsuleName) + $this->getCapsuleByModule($this->capsuleName), + $this->manager ); $this->migrate();