Subversion-Projekte lars-tiefland.laravel_shop

Revision

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

Revision 159 Revision 428
Zeile 17... Zeile 17...
17
        $this->call(ShopSeeder::class);
17
        $this->call(ShopSeeder::class);
18
        $this->call(DirectorySeeder::class);
18
        $this->call(DirectorySeeder::class);
19
        $this->call(ItemSeeder::class);
19
        $this->call(ItemSeeder::class);
20
        $this->call(PriceSeeder::class);
20
        $this->call(PriceSeeder::class);
21
        $this->call(ActionSeeder::class);
21
        $this->call(ActionSeeder::class);
22
        $this->call(UserSeeder::class);
22
        //$this->call(UserSeeder::class);
23
        $this->call(AddressSeeder::class);
23
        $this->call(AddressSeeder::class);
24
        $this->call(OrderAddressSeeder::class);
24
        $this->call(OrderAddressSeeder::class);
25
        $this->call(OrderSeeder::class);
25
        $this->call(OrderSeeder::class);
26
        $this->call(OrderItemSeeder::class);
26
        $this->call(OrderItemSeeder::class);
27
        $this->call(PriceAgencySeeder::class);
27
        $this->call(PriceAgencySeeder::class);