コード例 #1
0
 protected function getWriteRepository(ContentType $contentType)
 {
     return $this->app['repository.eloquent.' . $contentType->getKey()];
 }
コード例 #2
0
 public function isProjectsContentType(ContentType $contentType)
 {
     return $contentType->getKey() == $this->getProjectKey();
 }