Answer the question
In order to leave comments, you need to log in
What is wrong with php settings?
Post::where('posts.post_type', $post_type)->where('posts.created_at', '>', 'entity_user.created_at')
Post::where('posts.post_type', $post_type)->where('posts.created_at', '>', \DB::raw('bq_entity_user.created_at'))
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question