Fixed import

This commit is contained in:
Graham Campbell
2016-05-29 18:26:59 +01:00
parent 6cf3c4c109
commit b3244a4639
2 changed files with 1 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
namespace CachetHQ\Cachet\Http\Controllers\Dashboard;
use CachetHQ\Cachet\Integrations\Credits;
use CachetHQ\Cachet\Models\User;
use CachetHQ\Cachet\Settings\Repository;
use Exception;