Skip to content

Commit

Permalink
adds missing import for SoftDeletes trait (#39991)
Browse files Browse the repository at this point in the history
  • Loading branch information
wgmv committed Dec 12, 2021
1 parent 5eee71c commit f3e5cb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Database/Console/PruneCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
use Illuminate\Contracts\Events\Dispatcher;
use Illuminate\Database\Eloquent\MassPrunable;
use Illuminate\Database\Eloquent\Prunable;
use Illuminate\Database\Eloquent\SoftDeletes;
use Illuminate\Database\Events\ModelsPruned;
use Illuminate\Support\Str;
use Symfony\Component\Finder\Finder;
Expand Down

0 comments on commit f3e5cb3

Please sign in to comment.