Question:

 

What method is used to include "soft deleted" entries to the result? What's behind XXXXXXX?

$flights = App\Flight::XXXXXXX()
                ->where('account_id', 1)
                ->get();

 

Answers:


Keywords:

© 2017 QuizBucket.org