У меня есть этот код, который возвращает мне массив
$t=TicketType::Select('id')->where('title', $request->get('type'))->first();
dd($t);
этот
TicketType {#452 ▼
+timestamps: false
#casts: array:1 [▶]
#fillable: array:3 [▶]
#connection: "mysql"
#table: null
#primaryKey: "id"
#keyType: "int"
+incrementing: true
#with: []
#withCount: []
#perPage: 15
+exists: true
+wasRecentlyCreated: false
#attributes: array:1 [▶]
#original: array:1 [▶]
#changes: []
#guarded: array:1 [▶]
}
Однако я хочу просто 1 , как я могу это сделать?