ok

Mini Shell

Direktori : /home2/selectio/www/a1tex.in/vendor/amirami/localizator/src/Collections/
Upload File :
Current File : /home2/selectio/www/a1tex.in/vendor/amirami/localizator/src/Collections/JsonKeyCollection.php

<?php

namespace Amirami\Localizator\Collections;

use Amirami\Localizator\Contracts\Translatable;
use Illuminate\Support\Collection;

class JsonKeyCollection extends Translatable
{
    public function sortAlphabetically(): Collection
    {
        return $this->sortKeys(SORT_NATURAL | SORT_FLAG_CASE);
    }
}

Zerion Mini Shell 1.0