add encoding service
This commit is contained in:
@@ -28,9 +28,15 @@ class QueryList
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
$this->kernel = (new Kernel())->bootstrap();
|
||||
$this->kernel = (new Kernel($this))->bootstrap();
|
||||
}
|
||||
|
||||
public function __call($name, $arguments)
|
||||
{
|
||||
return $this->kernel->getBind($name)->call($this,...$arguments);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user