util: fix constructor of callback response
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/767/head
parent
b7f6301c4e
commit
b8160e6ae8
|
@ -37,6 +37,7 @@ trait UtilController
|
||||||
|
|
||||||
public function __construct(\Closure $closure)
|
public function __construct(\Closure $closure)
|
||||||
{
|
{
|
||||||
|
parent::__construct();
|
||||||
$this->_closure = $closure;
|
$this->_closure = $closure;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue