add service provider

This commit is contained in:
Jaeger
2017-09-21 02:20:28 +08:00
parent 02fe5a7f9e
commit 43d8f71678
5 changed files with 99 additions and 2 deletions

View File

@@ -21,16 +21,16 @@ class QueryList
protected $document;
protected $rules;
protected $range = null;
protected $encoder;
protected $kernel;
/**
* QueryList constructor.
*/
public function __construct()
{
$this->kernel = (new Kernel())->bootstrap();
}
/**
* @return mixed
*/