Skip to content

Commit

Permalink
Merge pull request #94 from andrey-helldar/9.x
Browse files Browse the repository at this point in the history
Removed unused method
  • Loading branch information
Andrey Helldar committed Apr 14, 2021
2 parents 577003c + b7dd274 commit 5e36de3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Services/Processors/Processor.php
Expand Up @@ -10,7 +10,6 @@
use Helldar\LaravelLangPublisher\Services\Comparators\Manage;
use Helldar\LaravelLangPublisher\Services\Filesystem\Manager;
use Helldar\Support\Concerns\Makeable;
use Helldar\Support\Facades\Helpers\Arr;
use Helldar\Support\Facades\Helpers\Filesystem\File;

abstract class Processor implements Contract
Expand Down Expand Up @@ -99,13 +98,6 @@ protected function compare(array $source, array $target): array
->toArray();
}

protected function sort(array &$array): void
{
$this->log('Sorting an array.');

$array = Arr::ksort($array);
}

protected function load(string $path): array
{
$this->log('Loading an array: ' . $path);
Expand Down

0 comments on commit 5e36de3

Please sign in to comment.