Skip to content

Commit

Permalink
Merge pull request #28 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 8, 2020
2 parents 9f89f3b + a7d0593 commit a89651b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use Carbon\Carbon;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Support\Facades\Auth;
use Illuminate\Support\Facades\DB;
Expand All @@ -14,7 +15,6 @@
use LaravelEnso\Calendar\Services\Frequency\Delete;
use LaravelEnso\Calendar\Services\Frequency\Update;
use LaravelEnso\Core\Models\User;
use LaravelEnso\Helpers\Traits\HasFactory;
use LaravelEnso\Rememberable\Traits\Rememberable;
use LaravelEnso\TrackWho\Traits\CreatedBy;

Expand Down

0 comments on commit a89651b

Please sign in to comment.