/** * Get model * * @param null|string $model */ public static function setModel($model) { self::$model = Inflector::singularize($model); }