nullableMorphs('destination'); }); } /** * Reverse the migrations. */ public function down(): void { Schema::table('services', function (Blueprint $table) { $table->dropMorphs('destination'); }); } };