removed redundant import #1959
This commit is contained in:
parent
10fd8570d9
commit
b9ab2445b8
@ -8,11 +8,10 @@ use App\Jobs\Common\DeleteReport;
|
|||||||
use App\Models\Common\Dashboard;
|
use App\Models\Common\Dashboard;
|
||||||
use App\Models\Common\Report;
|
use App\Models\Common\Report;
|
||||||
use App\Traits\Jobs;
|
use App\Traits\Jobs;
|
||||||
use App\Traits\Relationships;
|
|
||||||
|
|
||||||
class FinishUninstallation
|
class FinishUninstallation
|
||||||
{
|
{
|
||||||
use Jobs, Relationships;
|
use Jobs;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Handle the event.
|
* Handle the event.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user