Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 270 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 270 Revision 351
Zeile 10... Zeile 10...
10
{
10
{
11
    use HasFactory;
11
    use HasFactory;
Zeile 12... Zeile 12...
12
 
12
 
13
    function medium(): HasMany
13
    function medium(): HasMany
14
    {
14
    {
15
        return $this->hasMany(ActionMedium::class);
15
        return $this->hasMany(ActionMedium::class)->orderBy("rank");
16
    }
16
    }