Skip to content

Commit

Permalink
Merge pull request #29 from laravel-enso/upgrade/laravel8
Browse files Browse the repository at this point in the history
now uses laravel trait
  • Loading branch information
gandesc committed Oct 9, 2020
2 parents a89651b + 6f5a1f3 commit e06dc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Reminder.php
Expand Up @@ -3,9 +3,9 @@
namespace LaravelEnso\Calendar\Models;

use Carbon\Carbon;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
use LaravelEnso\Calendar\Notifications\ReminderNotification;
use LaravelEnso\Helpers\Traits\HasFactory;
use LaravelEnso\TrackWho\Traits\CreatedBy;

class Reminder extends Model
Expand Down

0 comments on commit e06dc21

Please sign in to comment.