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
78e07267
Commit
78e07267
authored
Sep 09, 2024
by
Sarun Mungthanya
Browse files
add serch snkey
parent
b10b5c8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Http/Livewire/Pages/ServerLicense/ServerLicenseIndex.php
View file @
78e07267
...
...
@@ -11,7 +11,7 @@ class ServerLicenseIndex extends Component
{
use
WithPagination
;
public
$action
=
'list'
;
public
$searchBy
,
$editId
,
$message
,
$keyword
,
$perPage
=
10
,
$searchSelected
=
'
PID
'
,
$selectedPatch
=
[]
;
public
$searchBy
,
$editId
,
$message
,
$keyword
,
$perPage
=
10
,
$searchSelected
=
'
COMPANY
'
,
$selectedPatch
=
[]
;
protected
$listeners
=
[
'deleteItem'
,
'deleteSelected'
,
'showpatchListForm'
];
public
function
mount
()
{
...
...
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