edit class column
This commit is contained in:
parent
cf347f1dc2
commit
c648bd37b6
@ -4,7 +4,7 @@ namespace Itguild\Tables\ActionColumn;
|
|||||||
|
|
||||||
class DeleteActionColumn extends ActionColumn
|
class DeleteActionColumn extends ActionColumn
|
||||||
{
|
{
|
||||||
protected string $prefix = "/form-delete/";
|
protected string $prefix = "/delete/";
|
||||||
|
|
||||||
public function fetch(): string
|
public function fetch(): string
|
||||||
{
|
{
|
||||||
|
@ -5,7 +5,7 @@ namespace Itguild\Tables\ActionColumn;
|
|||||||
class EditActionColumn extends ActionColumn
|
class EditActionColumn extends ActionColumn
|
||||||
{
|
{
|
||||||
|
|
||||||
protected string $prefix = "/form-edit/";
|
protected string $prefix = "/edit/";
|
||||||
|
|
||||||
public function fetch(): string
|
public function fetch(): string
|
||||||
{
|
{
|
||||||
|
@ -4,7 +4,7 @@ namespace Itguild\Tables\ActionColumn;
|
|||||||
|
|
||||||
class ViewActionColumn extends ActionColumn
|
class ViewActionColumn extends ActionColumn
|
||||||
{
|
{
|
||||||
protected string $prefix = "/form-item/";
|
protected string $prefix = "/view/";
|
||||||
|
|
||||||
public function fetch(): string
|
public function fetch(): string
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user