/**
  * Get the directory to use as the root for automatic import
  *
  * @return string
  */
 public function getFileImportRoot()
 {
     return $this->project->getFileImportRoot();
 }