Skip to content

Commit

Permalink
Fix phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
daVitekPL committed Jul 10, 2024
1 parent 21ddffa commit 0a391d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Webinar.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
* @property ?string $yt_id
* @property string $description
* @property ?Carbon $active_to
* @property string $yt_autostart_status
* @property bool $yt_autostart_status
*/
class Webinar extends Model
{
Expand Down

0 comments on commit 0a391d3

Please sign in to comment.