Skip to content

Commit

Permalink
Merge pull request #70 from SamuelNitsche/patch-1
Browse files Browse the repository at this point in the history
Fix return type
  • Loading branch information
freekmurze authored Feb 13, 2022
2 parents 0ed69d3 + 40a69ff commit d244ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/MonitoredScheduledTaskLogItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Illuminate\Database\Eloquent\MassPrunable;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\BelongsTo;
use Illuminate\Database\Query\Builder;
use Illuminate\Database\Eloquent\Builder;
use Spatie\ScheduleMonitor\Support\Concerns\UsesScheduleMonitoringModels;

class MonitoredScheduledTaskLogItem extends Model
Expand Down

0 comments on commit d244ab2

Please sign in to comment.