Skip to content

Commit 8a79a76

Browse files
oddvaluegithub-actions[bot]
authored andcommitted
Fix styling
1 parent ec02acf commit 8a79a76

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Commands/PublishScheduledDrafts.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Oddvalue\LaravelDrafts\Commands;
44

55
use Illuminate\Console\Command;
6-
use Illuminate\Database\Eloquent\Model;
76
use InvalidArgumentException;
87
use Oddvalue\LaravelDrafts\Concerns\HasDrafts;
98
use Oddvalue\LaravelDrafts\Contacts\Draftable;

src/Contacts/Draftable.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
use Closure;
77
use Illuminate\Database\Eloquent\Relations\HasMany;
88
use Illuminate\Database\Eloquent\Relations\MorphTo;
9-
use Illuminate\Contracts\Database\Query\Builder;
109

1110
interface Draftable
1211
{

0 commit comments

Comments
 (0)