Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 133 | Revision 152 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 133 Revision 140
Zeile 18... Zeile 18...
18
        $this->call(ItemSeeder::class);
18
        $this->call(ItemSeeder::class);
19
        $this->call(PriceSeeder::class);
19
        $this->call(PriceSeeder::class);
20
        $this->call(ActionSeeder::class);
20
        $this->call(ActionSeeder::class);
21
        $this->call(UserSeeder::class);
21
        $this->call(UserSeeder::class);
22
        $this->call(AddressSeeder::class);
22
        $this->call(AddressSeeder::class);
23
        $this->call(OrderSeeder::class);
-
 
24
        $this->call(OrderAddressSeeder::class);
23
        $this->call(OrderAddressSeeder::class);
-
 
24
        $this->call(OrderSeeder::class);
25
        $this->call(OrderItemSeeder::class);
25
        $this->call(OrderItemSeeder::class);
26
    }
26
    }
27
}
27
}