Skip to content

Commit

Permalink
Apply fixes from Duster
Browse files Browse the repository at this point in the history
  • Loading branch information
Roene-JustBetter authored and actions-user committed Mar 12, 2024
1 parent c10834a commit c9dafe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Commands/ElasticsearchIndexer.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
namespace Rapidez\Core\Commands;

use Carbon\Carbon;
use MailerLite\LaravelElasticsearch\Manager as Elasticsearch;
use Illuminate\Contracts\Support\Arrayable;
use Illuminate\Support\Arr;
use MailerLite\LaravelElasticsearch\Manager as Elasticsearch;
use Rapidez\Core\Jobs\IndexJob;

class ElasticsearchIndexer
Expand Down
2 changes: 1 addition & 1 deletion src/Jobs/IndexJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace Rapidez\Core\Jobs;

use MailerLite\LaravelElasticsearch\Manager as Elasticsearch;
use Illuminate\Contracts\Support\Arrayable;
use Illuminate\Foundation\Bus\Dispatchable;
use MailerLite\LaravelElasticsearch\Manager as Elasticsearch;

class IndexJob
{
Expand Down

0 comments on commit c9dafe0

Please sign in to comment.