Skip to content

Commit

Permalink
Update creator trait on status record #27
Browse files Browse the repository at this point in the history
  • Loading branch information
drewroberts authored Mar 18, 2021
1 parent 104d7d2 commit f9163fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/StatusRecord.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
*/
class StatusRecord extends BaseModel
{
use HasPackageFactory;
use HasCreator;
use HasPackageFactory;

const UPDATED_AT = null;

Expand Down

0 comments on commit f9163fc

Please sign in to comment.