@@ -46,7 +46,7 @@ |
||
| 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 | { |
@@ -39,8 +39,8 @@ |
||
| 39 | 39 | } |
| 40 | 40 | |
| 41 | 41 | /** |
| 42 | - * Get info about the install |
|
| 43 | - */ |
|
| 42 | + * Get info about the install |
|
| 43 | + */ |
|
| 44 | 44 | public function get_info() { |
| 45 | 45 | $schema = DB::select('SELECT `version` FROM `dbSchema` LIMIT 1'); |
| 46 | 46 | $versions['git'] = `git rev-parse --short HEAD`; |