This commit is contained in:
Andras Bacsai
2023-06-17 21:15:46 +02:00
parent 897525657f
commit c407306db5
2 changed files with 7 additions and 1 deletions

View File

@@ -3,7 +3,6 @@
namespace App\Http\Livewire\Source\Github;
use App\Models\GithubApp;
use App\Models\InstanceSettings;
use Livewire\Component;
class Change extends Component