Skip to content

Commit

Permalink
fix phpstan errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmanase committed Apr 3, 2024
1 parent 2279374 commit b8856c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Models/Stream.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

/**
* @property \Illuminate\Support\Carbon $scheduled_start_time
* @property \Illuminate\Support\Carbon|null $actual_start_time
*/
class Stream extends Model implements Feedable
{
Expand Down

0 comments on commit b8856c4

Please sign in to comment.