Service provider refactoring

This commit is contained in:
Graham Campbell
2015-01-01 14:30:54 +00:00
parent b90573a097
commit c064ece5f5
3 changed files with 4 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace CachetHQ\Cachet\Support\ServiceProviders;
namespace CachetHQ\Cachet\Providers;
use Illuminate\Support\ServiceProvider;

View File

@@ -1,6 +1,6 @@
<?php
namespace CachetHQ\Cachet\Support\ServiceProviders;
namespace CachetHQ\Cachet\Providers;
use Illuminate\Support\ServiceProvider;
use RecursiveDirectoryIterator;