src/Http/Controllers/PostController.php
Method index
has 31 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function index(Request $request)
{
//$categories = Category::getCategoriesArray();
$categories = Category::listsTranslations('name')->pluck('name', 'id');