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:
parent
10141ad860
commit
758e22f574
@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
namespace App\Console\Commands;
|
||||
|
||||
use Illuminate\Console\Command;
|
||||
|
@ -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();
|
||||
|
@ -91,7 +91,7 @@ return [
|
||||
| locales: available locales
|
||||
*/
|
||||
|
||||
'locale' => 'en',
|
||||
'locale' => 'en',
|
||||
'locales' => ['en'],
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user