Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvalue authored and github-actions[bot] committed Feb 11, 2023
1 parent ec02acf commit 8a79a76
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Commands/PublishScheduledDrafts.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Oddvalue\LaravelDrafts\Commands;

use Illuminate\Console\Command;
use Illuminate\Database\Eloquent\Model;
use InvalidArgumentException;
use Oddvalue\LaravelDrafts\Concerns\HasDrafts;
use Oddvalue\LaravelDrafts\Contacts\Draftable;
Expand Down
1 change: 0 additions & 1 deletion src/Contacts/Draftable.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
use Closure;
use Illuminate\Database\Eloquent\Relations\HasMany;
use Illuminate\Database\Eloquent\Relations\MorphTo;
use Illuminate\Contracts\Database\Query\Builder;

interface Draftable
{
Expand Down

0 comments on commit 8a79a76

Please sign in to comment.