Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Nov 12, 2023
1 parent ba6b560 commit fb8dcbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Poll.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ class Poll extends AbstractModel
public $timestamps = true;

protected $casts = [
'settings' => AsArrayObject::class,
'settings' => AsArrayObject::class,
'created_at' => 'datetime',
'updated_at' => 'datetime',
'end_date' => 'datetime',
'end_date' => 'datetime',
];

/**
Expand Down

0 comments on commit fb8dcbc

Please sign in to comment.