Sort a result made with get

No, that form doesnt work with ‘get’
$this->hasMany('Table,[

        'foreignKey' => 'idTable',

        'sort' => 'Table.idTable ASC'

    ]);

this is done in my associated table