Skip to content

Commit 8c02236

Browse files
committed
Update TestCase to match parent class
1 parent 6bfe8db commit 8c02236

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tests/TestCase.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,13 @@ protected function createNovaRequestMock()
181181
}
182182

183183
/**
184-
* Load package service provider.
184+
* Get package providers.
185+
*
186+
* @param \Illuminate\Foundation\Application $app
185187
*
186188
* @return array
187189
*/
188-
protected function getPackageProviders()
190+
protected function getPackageProviders($app)
189191
{
190192
return [NovaInlineRelationshipServiceProvider::class];
191193
}

0 commit comments

Comments
 (0)