Skip to content

Commit ddbbcff

Browse files
authored
added MorphOne relation class
1 parent 48bbc8c commit ddbbcff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Traits/Sortable.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
use Illuminate\Database\Eloquent\Builder;
99
use Illuminate\Database\Eloquent\Relations\BelongsTo;
1010
use Illuminate\Database\Eloquent\Relations\HasOne;
11+
use Illuminate\Database\Eloquent\Relations\MorphOne;
1112
use Illuminate\Support\Arr;
1213
use Illuminate\Support\Str;
1314
use Illuminate\Support\Facades\Schema;

0 commit comments

Comments
 (0)