示例#1
0
 /**
  * Execute the console command.
  *
  * @return mixed
  */
 public function handle()
 {
     $this->cache->flush();
     app('graphql')->schema();
     $this->info('Eloquent Types successfully cached.');
 }