Skip to content

Commit

Permalink
Fix PHPStan errors (#307)
Browse files Browse the repository at this point in the history
* wip

* fix phpstan errors
  • Loading branch information
alexmanase authored Apr 3, 2024
1 parent 07aca86 commit c584bbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/Models/Stream.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
use Spatie\IcalendarGenerator\Components\Event;
use Vinkla\Hashids\Facades\Hashids;

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

0 comments on commit c584bbb

Please sign in to comment.