Skip to content

Commit 416ed85

Browse files
committed
work on application.
1 parent 3779132 commit 416ed85

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

app/config/production.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@
102102
'Illuminate\Foundation\Provider\EventsServiceProvider',
103103
'Illuminate\Foundation\Provider\FilesServiceProvider',
104104
'Illuminate\Foundation\Provider\SessionServiceProvider',
105-
'Illuminate\Foundation\Provider\SilexServiceProvider',
106105
'Illuminate\Foundation\Provider\ValidatorServiceProvider',
107106

108107
),

app/start/production.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
|
1414
*/
1515

16+
/*
1617
$app->error(function(Exception $e, $code)
1718
{
1819
//
19-
});
20+
});
21+
*/

public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
| Once we have the application, we can simple call the run method,
4444
| which will execute the request and send the response back to
4545
| the client's browser allowing them to enjoy the creative
46-
| and wonderful application we have created for them.
46+
| this wonderful applications we have created for them.
4747
|
4848
*/
4949

0 commit comments

Comments
 (0)