@@ -3,8 +3,6 @@ |
||
| 3 | 3 | namespace App\Http\Controllers; |
| 4 | 4 | |
| 5 | 5 | use Illuminate\Http\Request; |
| 6 | - |
|
| 7 | -use App\Http\Requests; |
|
| 8 | 6 | use App\Http\Controllers\Controller; |
| 9 | 7 | |
| 10 | 8 | class SettingsController extends Controller |
@@ -27,7 +27,7 @@ discard block |
||
| 27 | 27 | 'Y.m.d' => '2010.12.23', |
| 28 | 28 | 'd.m.Y' => '23.12.2010', |
| 29 | 29 | 'm.d.Y' => '12.23.2010', |
| 30 | - ); |
|
| 30 | + ); |
|
| 31 | 31 | |
| 32 | 32 | $time_formats = array ( |
| 33 | 33 | 'H:i' => '23:00', |
@@ -35,9 +35,9 @@ discard block |
||
| 35 | 35 | 'h:iA' => '11:00PM', |
| 36 | 36 | 'h:i a' => '11:00 pm', |
| 37 | 37 | 'h:i A' => '11:00 PM', |
| 38 | - ); |
|
| 38 | + ); |
|
| 39 | 39 | |
| 40 | - return view('settings/basic', ['date_formats' => $date_formats, 'time_formats' => $time_formats]); |
|
| 40 | + return view('settings/basic', ['date_formats' => $date_formats, 'time_formats' => $time_formats]); |
|
| 41 | 41 | } |
| 42 | 42 | |
| 43 | 43 | /** |
@@ -29,7 +29,7 @@ |
||
| 29 | 29 | 'm.d.Y' => '12.23.2010', |
| 30 | 30 | ); |
| 31 | 31 | |
| 32 | - $time_formats = array ( |
|
| 32 | + $time_formats = array( |
|
| 33 | 33 | 'H:i' => '23:00', |
| 34 | 34 | 'h:ia' => '11:00pm', |
| 35 | 35 | 'h:iA' => '11:00PM', |