update v1.0.3.5

This commit is contained in:
sujitprasad
2015-12-29 11:05:21 +05:30
parent 828b75f9ec
commit 308be859ae
19 changed files with 828 additions and 115 deletions

View File

@@ -24,10 +24,10 @@ return [
| reporting about the errors we at faveo will start solving the issues already.
| The errors mails will never share your files or data. it will only share
| the line number and error occured.
| To dissable you may just change '%1%' to 0.
| To dissable you may just change '%0%' to 0.
*/
'ErrorLog' => '%1%',
'ErrorLog' => '%0%',
/*
|--------------------------------------------------------------------------
@@ -38,7 +38,7 @@ return [
|
*/
'version' => 'Community 1.0.3.4',
'version' => 'COMMUNITY 1.0.3.5',
/*
|--------------------------------------------------------------------------
@@ -134,6 +134,34 @@ return [
*/
'providers' => [
//
//
/*
* Laravel Framework Service Providers...
@@ -174,7 +202,6 @@ return [
'Vsmoraes\Pdf\PdfServiceProvider',
'Thomaswelton\LaravelGravatar\LaravelGravatarServiceProvider',
'Chumper\Datatable\DatatableServiceProvider',
],
/*
@@ -231,7 +258,6 @@ return [
'UTC' => 'App\Http\Controllers\Agent\helpdesk\TicketController',
'SMTPS' => 'App\Http\Controllers\HomeController',
'Datatable' => 'Chumper\Datatable\Facades\DatatableFacade',
],
];
];