Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
27pchrisl committed Jan 23, 2024
1 parent 71df6ea commit 0406de5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Drivers/EloquentEntitySet.php
Original file line number Diff line number Diff line change
Expand Up @@ -757,13 +757,6 @@ public function discover(): self
$this->discoverProperties();
}

if (!$entityType->getKey()) {
throw new ConfigurationException(
'missing_model_key',
sprintf('The model %s had no primary key', $this->model)
);
}

Lodata::add($this);
Operation::discover($this->model);

Expand Down

0 comments on commit 0406de5

Please sign in to comment.