Subversion-Projekte lars-tiefland.laravel_shop

Revision

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

Revision 429 Revision 430
Zeile 19... Zeile 19...
19
        $this->call(DirectorySeeder::class);
19
        $this->call(DirectorySeeder::class);
20
        $this->call(ItemSeeder::class);
20
        $this->call(ItemSeeder::class);
21
        $this->call(PriceSeeder::class);
21
        $this->call(PriceSeeder::class);
22
        $this->call(ActionSeeder::class);
22
        $this->call(ActionSeeder::class);
23
        //$this->call(UserSeeder::class);
23
        //$this->call(UserSeeder::class);
24
        $this->call(AddressSeeder::class);
24
        //$this->call(AddressSeeder::class);
25
        $this->call(OrderAddressSeeder::class);
25
        //$this->call(OrderAddressSeeder::class);
26
        $this->call(OrderSeeder::class);
26
        $this->call(OrderSeeder::class);
27
        $this->call(OrderItemSeeder::class);
27
        $this->call(OrderItemSeeder::class);
28
        $this->call(PriceAgencySeeder::class);
28
        $this->call(PriceAgencySeeder::class);
29
    }
29
    }
30
}
30
}