Skip to content

Commit

Permalink
remove constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
colethorsen committed Dec 21, 2023
1 parent 6529838 commit aebe887
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions system/Entity/EntityInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@
*/
interface EntityInterface
{
/**
* Allows filling in Entity parameters during construction.
*/
public function __construct(?array $data = null);

/**
* Returns the raw values of the current attributes.
*
Expand Down

0 comments on commit aebe887

Please sign in to comment.