Subversion-Projekte lars-tiefland.laravel_shop

Revision

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

Revision 218 Revision 261
Zeile 13... Zeile 13...
13
         *
13
         *
14
         * @return void
14
         * @return void
15
         */
15
         */
16
        public function run(): void
16
        public function run(): void
17
        {
17
        {
-
 
18
            /*
18
            Action::factory()->create( [
19
            Action::factory()->create( [
19
                "id"         => 1,
20
                "id"         => 1,
20
                "shop_id"    => 1,
21
                "shop_id"    => 1,
21
		"name"       => "Testaktion",
22
                "name"       => "Testaktion",
22
		"category"   => "Home",
23
                "category"   => "Home",
23
                "valid_from" => '2023-01-01',
24
                "valid_from" => '2023-01-01',
24
                "valid_to"   => '2023-12-31'
25
                "valid_to"   => '2023-12-31'
25
            ] );
26
            ] );
-
 
27
            */
26
        }
28
        }
27
    }
29
    }