Skip to content

Commit

Permalink
Making ID public
Browse files Browse the repository at this point in the history
  • Loading branch information
Muffinman committed Jan 18, 2023
1 parent a0f594b commit bbd4581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/BaseModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

abstract class BaseModel {

protected ?int $id = null;
public ?int $id = null;

public static function fromArray(array $data): static
{
Expand Down

0 comments on commit bbd4581

Please sign in to comment.