Subversion-Projekte lars-tiefland.laravel_shop

Revision

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

Revision 1261 Revision 1262
Zeile 27... Zeile 27...
27
         *
27
         *
28
         */
28
         */
29
        public function create(): Factory|View|Application
29
        public function create(): Factory|View|Application
30
        {
30
        {
31
            //
31
            //
32
            return view( 'admin/backend_users' );
32
            return view( 'admin/backend_user' );
33
        }
33
        }
Zeile 34... Zeile 34...
34
 
34
 
35
        /**
35
        /**
36
         * Store a newly created resource in storage.
36
         * Store a newly created resource in storage.
Zeile 55... Zeile 55...
55
 
55
 
56
        /**
56
        /**
57
         * Show the form for editing the specified resource.
57
         * Show the form for editing the specified resource.
58
         *
58
         *
-
 
59
         * @param int $id
59
         * @param int $id
60
         * @return Factory|View|Application
60
         */
61
         */
61
        public function edit( int $id ): Factory|View|Application
62
        public function edit( int $id ): Factory|View|Application
62
        {
63
        {
63
            //
64
            //