Subversion-Projekte lars-tiefland.laravel_shop

Revision

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

Revision 431 Revision 432
Zeile 20... Zeile 20...
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);
28
    }
28
    }
29
}
29
}