'array', 'required' => 'boolean', ]; public function customPostType() { return $this->belongsTo(CustomPostType::class); } }