예제 #1
0
파일: Writer.php 프로젝트: mnohosten/yesorm
 private function hasTableTrait(Table $table)
 {
     return file_exists($this->getTraitsDir() . "/" . $table->name() . ".php");
 }