Add missing Arr import

This commit is contained in:
James Brooks
2019-02-01 21:05:29 +00:00
parent 497cbe5525
commit 55e85652f5

View File

@@ -12,6 +12,7 @@
namespace CachetHQ\Tests\Cachet\Api;
use CachetHQ\Cachet\Models\Schedule;
use Illuminate\Support\Arr;
/**
* This is the schedule test class.