Skip to content
Discussion options

You must be logged in to vote

Realized I had this function left over from a Laracasts tutorial from a few months ago.

public function getBulkStatusAttribute($bulk_status): string
{
    return $bulk_status === 1 ? 'Active' : 'Inactive';
}

That was breaking it.

Stupid there's no way to delete the discussions lol.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by octoxan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant