Exemplo n.º 1
0
 public function __invoke()
 {
     return (bool) $this->configuration->get("[configuration][debug]");
 }
Exemplo n.º 2
0
 public function __invoke($path)
 {
     return (bool) $this->configuration->get($path);
 }