Subversion-Projekte lars-tiefland.laravel_shop

Revision

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

Revision 432 Revision 472
Zeile 12... Zeile 12...
12
     *
12
     *
13
     * @return void
13
     * @return void
14
     */
14
     */
15
    public function run(): void
15
    public function run(): void
16
    {
16
    {
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);