Apply fixes from StyleCI

This commit is contained in:
Daan Geurts
2019-10-16 12:56:53 +00:00
committed by StyleCI Bot
parent d3ed07c4a2
commit 4712ae7094
6 changed files with 6 additions and 13 deletions
+2 -3
View File
@@ -2,12 +2,12 @@
namespace Appvise\AppStoreNotifications\Tests;
use Appvise\AppStoreNotifications\NotificationsServiceProvider;
use Exception;
use CreateAppleNotificationsTable;
use Illuminate\Foundation\Exceptions\Handler;
use Illuminate\Contracts\Debug\ExceptionHandler;
use Orchestra\Testbench\TestCase as OrchestraTestCase;
use CreateAppleNotificationsTable;
use Appvise\AppStoreNotifications\NotificationsServiceProvider;
abstract class TestCase extends OrchestraTestCase
{
@@ -71,5 +71,4 @@ abstract class TestCase extends OrchestraTestCase
}
});
}
}