Skip to content

Commit 104a14f

Browse files
authored
Merge pull request #27243 from xuanquynh/container_make_method_throws_exception
[5.8] Container make method throws exception
2 parents 5a6a46b + 4449bd2 commit 104a14f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Contracts/Container/Container.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ public function flush();
130130
* @param string $abstract
131131
* @param array $parameters
132132
* @return mixed
133+
*
134+
* @throws \Illuminate\Contracts\Container\BindingResolutionException
133135
*/
134136
public function make($abstract, array $parameters = []);
135137

0 commit comments

Comments
 (0)