fix
This commit is contained in:
parent
e872dc8edb
commit
ac424ce529
@ -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
|
||||
|
@ -3,7 +3,6 @@
|
||||
namespace App\Http\Livewire;
|
||||
|
||||
use App\Jobs\InstanceAutoUpdateJob;
|
||||
use App\Models\Server;
|
||||
use Livewire\Component;
|
||||
|
||||
class ForceUpgrade extends Component
|
||||
|
Loading…
Reference in New Issue
Block a user