Model::whereNotNull
--
Eloquent has a method for that (Laravel 4.*/5.*);
Model::whereNotNull('sent_at')
--
https://stackoverflow.com/questions/21281504/how-do-you-check-if-not-null-with-eloquent
Model::whereNotNull
--
Eloquent has a method for that (Laravel 4.*/5.*);
Model::whereNotNull('sent_at')
--
https://stackoverflow.com/questions/21281504/how-do-you-check-if-not-null-with-eloquent
請先 登入 以發表留言。