Example #1
0
 public function getChild($providers = [])
 {
     $child = new self($this);
     $child->providers($providers);
     return $child;
 }