Ejemplo n.º 1
0
Archivo: Test.php Proyecto: Stoiss777/s
 protected function read()
 {
     //var_dump( Setting::access('private')->get('services.vk.auth.type') );
     //die;
     $oauth2 = \App\Libs\OAuth2::getInstance(\App\Libs\OAuth2::SERV_VK);
     Setting::configurator($oauth2);
     return true;
 }