Subversion-Projekte lars-tiefland.laravel_shop

Revision

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

Revision 48 Revision 49
Zeile 13... Zeile 13...
13
         * @return void
13
         * @return void
14
         */
14
         */
15
        public function run()
15
        public function run()
16
        {
16
        {
17
            \App\Models\Directory::factory()->create( [
17
            \App\Models\Directory::factory()->create( [
-
 
18
                "id"           => -5,
-
 
19
                "name"         => "Gutschein",
-
 
20
                "directory_id" => NULL,
-
 
21
            ] );
-
 
22
            \App\Models\Directory::factory()->create( [
-
 
23
                "id"           => -3,
-
 
24
                "name"         => "Versand",
-
 
25
                "directory_id" => NULL,
-
 
26
            ] );
-
 
27
            \App\Models\Directory::factory()->create( [
-
 
28
                "id"           => -2,
-
 
29
                "name"         => "Papierkorb",
-
 
30
                "directory_id" => NULL,
-
 
31
            ] );
-
 
32
            \App\Models\Directory::factory()->create( [
18
                "id"           => -1,
33
                "id"           => -1,
19
                "name"         => "Root",
34
                "name"         => "Root",
20
                "directory_id" => NULL,
35
                "directory_id" => NULL,
21
            ] );
36
            ] );
22
            \App\Models\Directory::factory()->create( [
37
            \App\Models\Directory::factory()->create( [