Skip to content

Commit 2b4ca5a

Browse files
authored
Remove deprecated codes (#5812)
1 parent 54f61d2 commit 2b4ca5a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Container.php

-8
Original file line numberDiff line numberDiff line change
@@ -146,14 +146,6 @@ public function has($id): bool
146146
return true;
147147
}
148148

149-
/**
150-
* @deprecated
151-
*/
152-
public function getDefinitionSource(): Definition\DefinitionSourceInterface
153-
{
154-
return $this->definitionSource;
155-
}
156-
157149
/**
158150
* @param array|callable|string $definition
159151
*/

0 commit comments

Comments
 (0)