themsaid / laravel-langman

Language files manager in your artisan console.
MIT License
876 stars 166 forks source link

0 => 1 array key value #56

Open VinceG opened 8 years ago

VinceG commented 8 years ago

When running sync i get the following

<?php 

return [
    '0' => '1',
    'access' => [
        'test' => '',
    ],
];

the 0 => 1 is always there i am not sure how that's added.

Steps to reproduce:

GitzJoey commented 8 years ago

I'm experiencing this also, and can't find anywhere in the views even I tried to log in syncCommand

Laravel 5.4 PHP 5.6.x