jeudi 22 décembre 2016

Order by is not working?

I have a problem with order by articles by priority. Where is working. Any suggestion?

 $articles =  Articles::whereHas('priority',function($query){
          $query->orderBy('order','asc');
          // $query->where('order','=',1);
        })->limit(7)->get();



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire