File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 5
5
namespace NunoMaduro \Collision \Adapters \Laravel ;
6
6
7
7
use NunoMaduro \Collision \Contracts \SolutionsRepository ;
8
- use Spatie \Ignition \Contracts \SolutionProviderRepository ;
8
+ use Spatie \ErrorSolutions \Contracts \SolutionProviderRepository ;
9
+ use Spatie \Ignition \Contracts \SolutionProviderRepository as IgnitionSolutionProviderRepository ;
9
10
use Throwable ;
10
11
11
12
/**
@@ -16,14 +17,14 @@ final class IgnitionSolutionsRepository implements SolutionsRepository
16
17
/**
17
18
* Holds an instance of ignition solutions provider repository.
18
19
*
19
- * @var \Spatie\Ignition\Contracts\ SolutionProviderRepository
20
+ * @var IgnitionSolutionProviderRepository| SolutionProviderRepository
20
21
*/
21
22
protected $ solutionProviderRepository ; // @phpstan-ignore-line
22
23
23
24
/**
24
25
* IgnitionSolutionsRepository constructor.
25
26
*/
26
- public function __construct (SolutionProviderRepository $ solutionProviderRepository ) // @phpstan-ignore-line
27
+ public function __construct (IgnitionSolutionProviderRepository | SolutionProviderRepository $ solutionProviderRepository ) // @phpstan-ignore-line
27
28
{
28
29
$ this ->solutionProviderRepository = $ solutionProviderRepository ;
29
30
}
You can’t perform that action at this time.
0 commit comments