Exemplo n.º 1
0
 private function hasTableTrait(Table $table)
 {
     return file_exists($this->getTraitsDir() . "/" . $table->name() . ".php");
 }