golden hour
/opt/cpanel/ea-wappspector/vendor/doctrine/inflector/src/Rules/Spanish
⬆️ Go Up
Upload
File/Folder
Size
Actions
Inflectible.php
1.81 KB
Del
OK
InflectorFactory.php
461 B
Del
OK
Rules.php
874 B
Del
OK
Uninflected.php
615 B
Del
OK
Edit: InflectorFactory.php
<?php declare(strict_types=1); namespace Doctrine\Inflector\Rules\Spanish; use Doctrine\Inflector\GenericLanguageInflectorFactory; use Doctrine\Inflector\Rules\Ruleset; final class InflectorFactory extends GenericLanguageInflectorFactory { protected function getSingularRuleset(): Ruleset { return Rules::getSingularRuleset(); } protected function getPluralRuleset(): Ruleset { return Rules::getPluralRuleset(); } }
Save