Skip to content

Commit

Permalink
UrlListOfGuestTable
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed May 1, 2024
1 parent 84395cc commit 348d272
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Dashboard/AllUrlController.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function view()
*/
public function viewFromGuest()
{
return view('backend.all-url-from-guest');
return view('backend.url-list-of-guest');
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* @codeCoverageIgnore
*/
final class AllUrlFromGuestTable extends PowerGridComponent
final class UrlListOfGuestTable extends PowerGridComponent
{
const STR_LIMIT = 100;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

@include('partials/messages')

@livewire('table.all_url_from_guest_table')
@livewire('table.url-list-of-guest_table')
</div>
</main>
@endsection

0 comments on commit 348d272

Please sign in to comment.