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.
1 parent 4c62edf commit 3284807Copy full SHA for 3284807
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