fixing styles

This commit is contained in:
ludo
2024-01-07 20:42:37 +01:00
parent 25b8fc40c5
commit c053221662
39 changed files with 149 additions and 326 deletions

View File

@@ -141,7 +141,7 @@ class Offers
return Offer::with(['article.tags'])->byTags($tags)->get();
}
public static function toggle_active($id, $status_id)
public static function toggleActive($id, $status_id)
{
return self::update(['status_id' => $status_id], $id);
}