diff --git a/.env.production b/.env.production index 55294fc40..69aadb0da 100644 --- a/.env.production +++ b/.env.production @@ -3,7 +3,7 @@ COOLIFY_DEFAULT_NETWORK=coolify APP_NAME=Coolify APP_SERVICE=php -APP_ENV=local +APP_ENV=production APP_KEY= APP_DEBUG=false APP_URL=http://localhost diff --git a/app/Http/Livewire/ForceUpgrade.php b/app/Http/Livewire/ForceUpgrade.php index 0760ae636..dcbf98f1f 100644 --- a/app/Http/Livewire/ForceUpgrade.php +++ b/app/Http/Livewire/ForceUpgrade.php @@ -3,7 +3,6 @@ namespace App\Http\Livewire; use App\Jobs\InstanceAutoUpdateJob; -use App\Models\Server; use Livewire\Component; class ForceUpgrade extends Component