/**
  * Make the table response.
  */
 public function make()
 {
     $this->dispatch(new LoadTables($this));
     parent::make();
 }