Spatie\MediaLibrary\SortableTrait::shouldSortWhenCreating PHP Метод

shouldSortWhenCreating() публичный Метод

* Determine if the order column should be set when saving a new model instance.
public shouldSortWhenCreating ( ) : boolean
Результат boolean
    public function shouldSortWhenCreating() : bool
    {
        return $this->sortable['sort_when_creating'] ?? true;
    }