lasthourcloud/resources/views/source/github/show.blade.php

5 lines
151 B
PHP
Raw Normal View History

2023-05-08 11:36:49 +00:00
<x-layout>
2023-06-14 09:03:54 +00:00
<livewire:source.github.change :github_app="$github_app" :name="$name" :ipv4="$ipv4" :ipv6="$ipv6"
:fqdn="$fqdn" />
2023-05-08 11:36:49 +00:00
</x-layout>