🌈 搜索
📅  最后修改于: 2022-03-11 14:57:20.090000             🧑  作者: Mango
use App\Models\Flight; foreach (Flight::all() as $flight) { echo $flight->name; }