Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sarun Mungthanya
SpnPatch-Laravel
Commits
9f2d30e3
Commit
9f2d30e3
authored
Dec 11, 2024
by
Sarun Mungthanya
Browse files
issue create validate
parent
e608d1de
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Http/Livewire/Pages/ServerLicense/ServerLicenseCreate.php
View file @
9f2d30e3
...
...
@@ -100,17 +100,17 @@ class ServerLicenseCreate extends Component
'COMPANY'
=>
$this
->
company
,
'BRANCH'
=>
$this
->
branch
,
'STATUS'
=>
$this
->
status
,
'LICENSEDATE'
=>
$this
->
licenseDate
,
'PHP_VERSION_ID'
=>
$this
->
phpVersionId
,
'CUR_VERSION'
=>
$this
->
currentVersion
,
'INSTALL_DATE'
=>
$this
->
installDate
,
'INSTALL_VERSION'
=>
$this
->
installVersion
,
'DATABASETYPE'
=>
$this
->
databaseType
,
'OWNERTYPE'
=>
$this
->
ownerType
,
'HSCODEMETHOD'
=>
$this
->
hscodeMethod
,
'CUSTOMERURL'
=>
$this
->
customerUrl
,
'CONTACT'
=>
$this
->
contact
,
'CONTACTCUSTOMERNAME'
=>
$this
->
contactCustomerName
,
'LICENSEDATE'
=>
$this
->
licenseDate
??
' '
,
'PHP_VERSION_ID'
=>
$this
->
phpVersionId
??
' '
,
'CUR_VERSION'
=>
$this
->
currentVersion
??
' '
,
'INSTALL_DATE'
=>
$this
->
installDate
??
' '
,
'INSTALL_VERSION'
=>
$this
->
installVersion
??
' '
,
'DATABASETYPE'
=>
$this
->
databaseType
??
' '
,
'OWNERTYPE'
=>
$this
->
ownerType
??
' '
,
'HSCODEMETHOD'
=>
$this
->
hscodeMethod
??
' '
,
'CUSTOMERURL'
=>
$this
->
customerUrl
??
' '
,
'CONTACT'
=>
$this
->
contact
??
' '
,
'CONTACTCUSTOMERNAME'
=>
$this
->
contactCustomerName
??
' '
,
]);
return
redirect
()
->
route
(
'server-license.index'
)
->
with
(
'message'
,
'Server License saved successfully.'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment