return BaseMacroCategoryModel::orderBy('id','desc')->get()
error:count(): Parameter must be an array or an object that implements Countable
here is question like that why i am encountering this kind of error while not finding count for the query. i have clear cache, config clear, route:clear everything is done but still getting error.
any one please can help me?