We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f25e92 + 3284807 commit 5f5cd4aCopy full SHA for 5f5cd4a
Loader/Configurator/InstanceofConfigurator.php
@@ -21,14 +21,14 @@ class InstanceofConfigurator extends AbstractServiceConfigurator
21
const FACTORY = 'instanceof';
22
23
use Traits\AutowireTrait;
24
+ use Traits\BindTrait;
25
use Traits\CallTrait;
26
use Traits\ConfiguratorTrait;
27
use Traits\LazyTrait;
28
use Traits\PropertyTrait;
29
use Traits\PublicTrait;
30
use Traits\ShareTrait;
31
use Traits\TagTrait;
- use Traits\BindTrait;
32
33
private $path;
34
0 commit comments