This commit is contained in:
Andras Bacsai
2023-05-16 13:11:05 +02:00
parent dedcc80501
commit 9bbf25b9f4
10 changed files with 80 additions and 66 deletions

View File

@@ -15,10 +15,7 @@ class Source extends Component
'application.git_branch' => 'required',
'application.git_commit_sha' => 'nullable',
];
public function mount()
{
$this->application = Application::where('id', $this->applicationId)->first();
}
public function submit()
{
$this->validate();