1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-24 19:33:07 +01:00

Apply fixes from StyleCI

This commit is contained in:
FreeScout 2018-07-26 07:48:01 +00:00 committed by StyleCI Bot
parent 10141ad860
commit 758e22f574
3 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,5 @@
<?php
namespace App\Console\Commands;
use Illuminate\Console\Command;

View File

@ -2,6 +2,7 @@
/**
* Comman generates vars.js file with variables and translated strings.
*/
namespace App\Console\Commands;
use Illuminate\Console\Command;
@ -42,7 +43,7 @@ class GenerateVarsJs extends Command
{
try {
$params = [
'locales' => config('app.locales')
'locales' => config('app.locales'),
];
$filesystem = new Filesystem();

View File

@ -91,7 +91,7 @@ return [
| locales: available locales
*/
'locale' => 'en',
'locale' => 'en',
'locales' => ['en'],
/*