firstOrFail(); return $park; } public static function getCustomerId(string $customerCode) { $customer = MstCustomer::customerCode($customerCode)->firstOrFail(); return $customer->id; } }