Skip to content

Conflict route binding - {task} #399

Open
@mhmiton

Description

@mhmiton

The round binding on this package conflicts with the application 'tasks' routes.

Route::bind('task', function ($value) {
    return cache()->rememberForever('totem.task.'.$value, function () use ($value) {
        return Task::find($value) ?? abort(404);
    });
});

Image

Conflict with application routes

Route::resource('tasks', TaskController::class);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions