Skip to content

Commit

Permalink
Fix namespaces on ServiceProviderTests
Browse files Browse the repository at this point in the history
  • Loading branch information
adriacanal committed Feb 10, 2022
1 parent 00fdddf commit 338cb4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/ServiceProviderTests.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php namespace Cviebrock\LaravelElasticsearch\Tests;
<?php namespace GNAHotelSolutions\LaravelElasticsearch\Tests;

use Cviebrock\LaravelElasticsearch\Factory;
use Cviebrock\LaravelElasticsearch\Manager;
use GNAHotelSolutions\LaravelElasticsearch\Factory;
use GNAHotelSolutions\LaravelElasticsearch\Manager;
use Elasticsearch;
use Elasticsearch\Client;

Expand Down

0 comments on commit 338cb4d

Please sign in to comment.