Completed
Pull Request — develop (#20)
by
unknown
08:28
created
app/Providers/RouteServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
      */
38 38
     public function map(Router $router)
39 39
     {
40
-        $router->group(['namespace' => $this->namespace], function ($router) {
40
+        $router->group(['namespace' => $this->namespace], function($router) {
41 41
             require app_path('Http/routes.php');
42 42
         });
43 43
     }
Please login to merge, or discard this patch.
app/Http/Controllers/DeviceController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
      * Store a newly created resource in storage.
47 47
      *
48 48
      * @param  \Illuminate\Http\Request  $request
49
-     * @return \Illuminate\Http\Response
49
+     * @return \Illuminate\Http\RedirectResponse
50 50
      */
51 51
     public function store(Request $request)
52 52
     {
Please login to merge, or discard this patch.