Exemplo n.º 1
0
 protected function getWriteRepository(ContentType $contentType)
 {
     return $this->app['repository.eloquent.' . $contentType->getKey()];
 }
Exemplo n.º 2
0
 public function isProjectsContentType(ContentType $contentType)
 {
     return $contentType->getKey() == $this->getProjectKey();
 }