Update namespace

This commit is contained in:
nullthoughts
2020-03-17 14:01:56 -04:00
parent 552bc8fba8
commit 8a987b89c5
12 changed files with 26 additions and 26 deletions

View File

@@ -1,9 +1,9 @@
<?php
namespace distinctm\LaravelDataSync\Tests;
namespace nullthoughts\LaravelDataSync\Tests;
use distinctm\LaravelDataSync\Exceptions\ErrorUpdatingModelException;
use distinctm\LaravelDataSync\Tests\fakes\UpdaterFake;
use nullthoughts\LaravelDataSync\Exceptions\ErrorUpdatingModelException;
use nullthoughts\LaravelDataSync\Tests\fakes\UpdaterFake;
use Exception;
class UpdaterTest extends TestCase