Skip to content

Commit

Permalink
now uses laravel trait
Browse files Browse the repository at this point in the history
  • Loading branch information
gandesc committed Oct 9, 2020
1 parent a7d0593 commit 6f5a1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Reminder.php
Original file line number Diff line number Diff line change
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 6f5a1f3

Please sign in to comment.