Skip to content

Commit f19d4f2

Browse files
committed
Merge tag 'v11.35.0'
Signed-off-by: Mior Muhammad Zaki <[email protected]>
2 parents efdf08f + 4a77757 commit f19d4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Container.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ public function bind($abstract, $concrete = null, $shared = false)
297297
$concrete = $this->getClosure($abstract, $concrete);
298298
}
299299

300-
$this->bindings[$abstract] = compact('concrete', 'shared');
300+
$this->bindings[$abstract] = ['concrete' => $concrete, 'shared' => $shared];
301301

302302
// If the abstract type was already resolved in this container we'll fire the
303303
// rebound listener so that any objects which have already gotten resolved

0 commit comments

Comments
 (0)