Exemplo n.º 1
0
 /**
  * Execute the console command.
  *
  * @return mixed
  */
 public function handle()
 {
     // $this->comment(PHP_EOL.Inspiring::quote().PHP_EOL);
     $neo = new Neo4JConnector('default', 'http', 'localhost', 7474, 'neo4j', 'aiscu');
     $neo->doByScheduling();
 }