Exemplo n.º 1
0
 public function before()
 {
     parent::before();
     // Load the configuration for this provider
     Config::load('ninjauth', true);
 }
Exemplo n.º 2
0
 public function before()
 {
     Package::load('ninjauth');
     parent::before();
 }