Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar committed Mar 4, 2020
2 parents 117af6f + 5378749 commit 416633b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Support/Result.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@

namespace Helldar\LaravelLangPublisher\Support;

use function array_merge;
use Helldar\LaravelLangPublisher\Contracts\Result as ResultContract;
use Helldar\LaravelLangPublisher\Facades\Arr;
use Illuminate\Console\Command;
use Illuminate\Support\Str;

use function array_merge;

final class Result implements ResultContract
{
/** @var \Illuminate\Console\Command */
Expand Down

0 comments on commit 416633b

Please sign in to comment.