Skip to content

Commit 20a3f4b

Browse files
committed
Merge branch 'next' of github.com:coollabsio/coolify into next
2 parents 73acda8 + fa895db commit 20a3f4b

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

app/Http/Controllers/Api/ServersController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use App\Http\Controllers\Controller;
66
use App\Models\Application;
7-
use App\Models\InstanceSettings;
87
use App\Models\Project;
98
use App\Models\Server as ModelsServer;
109
use Illuminate\Http\Request;

app/Http/Middleware/ApiAllowed.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace App\Http\Middleware;
44

5-
use App\Models\InstanceSettings;
65
use Closure;
76
use Illuminate\Http\Request;
87
use Symfony\Component\HttpFoundation\Response;

app/Jobs/PullCoolifyImageJob.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace App\Jobs;
44

5-
use App\Models\InstanceSettings;
65
use App\Models\Server;
76
use Illuminate\Bus\Queueable;
87
use Illuminate\Contracts\Queue\ShouldBeEncrypted;

app/Livewire/Help.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace App\Livewire;
44

5-
use App\Models\InstanceSettings;
65
use DanHarrin\LivewireRateLimiting\WithRateLimiting;
76
use Illuminate\Notifications\Messages\MailMessage;
87
use Illuminate\Support\Facades\Http;

app/Livewire/Notifications/Email.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace App\Livewire\Notifications;
44

5-
use App\Models\InstanceSettings;
65
use App\Models\Team;
76
use App\Notifications\Test;
87
use Livewire\Component;

app/Livewire/Source/Github/Change.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use App\Jobs\GithubAppPermissionJob;
66
use App\Models\GithubApp;
7-
use App\Models\InstanceSettings;
87
use Illuminate\Support\Facades\Http;
98
use Livewire\Component;
109

0 commit comments

Comments
 (0)