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,6 +1,6 @@
<?php
namespace distinctm\LaravelDataSync\Exceptions;
namespace nullthoughts\LaravelDataSync\Exceptions;
use Exception;
use Throwable;