runAction( new AddRtlLocale(), [ '-rtl' , 'ar-arb' ] ); } public function down(Schema $schema): void { throw new IrreversibleMigration( 'You cannot remove locales from configuration' ); } }