edit class column

This commit is contained in:
Kavalar 2024-07-16 13:12:40 +03:00
parent cf347f1dc2
commit c648bd37b6
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ namespace Itguild\Tables\ActionColumn;
class DeleteActionColumn extends ActionColumn
{
protected string $prefix = "/form-delete/";
protected string $prefix = "/delete/";
public function fetch(): string
{

View File

@ -5,7 +5,7 @@ namespace Itguild\Tables\ActionColumn;
class EditActionColumn extends ActionColumn
{
protected string $prefix = "/form-edit/";
protected string $prefix = "/edit/";
public function fetch(): string
{

View File

@ -4,7 +4,7 @@ namespace Itguild\Tables\ActionColumn;
class ViewActionColumn extends ActionColumn
{
protected string $prefix = "/form-item/";
protected string $prefix = "/view/";
public function fetch(): string
{