@@ -27,7 +27,7 @@ discard block |
||
| 27 | 27 | }); |
| 28 | 28 | Blade::directive('transarticles_tojs', function($expression) {
|
| 29 | 29 | $auxExpression = explode(',', str_replace(['(', ')', ' ', '"', "'"], '', $expression));
|
| 30 | - if (count($auxExpression) > 1) |
|
| 30 | + if (count($auxExpression)>1) |
|
| 31 | 31 | {
|
| 32 | 32 | $scope = $auxExpression[0]; |
| 33 | 33 | $basevar = $auxExpression[1]; |
@@ -41,7 +41,7 @@ discard block |
||
| 41 | 41 | return $translations->getjs($scope, $basevar); |
| 42 | 42 | }); |
| 43 | 43 | |
| 44 | - Artisan::command('transarticles:createseed', function () {
|
|
| 44 | + Artisan::command('transarticles:createseed', function() {
|
|
| 45 | 45 | $bar = $this->output->createProgressBar(2); |
| 46 | 46 | $confirm = $this->choice("Do you wisth to clean the DatabaseSeeder.php list?", ['yes', 'no'], 0);
|
| 47 | 47 | $bar->advance(); |
@@ -31,8 +31,7 @@ |
||
| 31 | 31 | {
|
| 32 | 32 | $scope = $auxExpression[0]; |
| 33 | 33 | $basevar = $auxExpression[1]; |
| 34 | - } |
|
| 35 | - else |
|
| 34 | + } else |
|
| 36 | 35 | {
|
| 37 | 36 | $scope = $auxExpression[0]; |
| 38 | 37 | $basevar = ""; |