mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-14 20:17:46 +02:00
ci(gitlabci): add easy-coding-standard check for code-style + fix quality scripts
This commit is contained in:
parent
aa1612342e
commit
6802bee0db
8 changed files with 59 additions and 51 deletions
|
|
@ -17,7 +17,7 @@
|
|||
'class' => 'form-input mb-4',
|
||||
'value' => old(
|
||||
'hostname',
|
||||
host_url( === null) ? config('App')->baseURL : host_url(),
|
||||
host_url() === null ? config('App')->baseURL : host_url(),
|
||||
),
|
||||
'required' => 'required',
|
||||
]) ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue