diff --git a/src/ServiceProvider.php b/src/ServiceProvider.php index fae7c9a..559410f 100644 --- a/src/ServiceProvider.php +++ b/src/ServiceProvider.php @@ -6,9 +6,8 @@ use League\Flysystem\Filesystem; use Dropbox\Client as DropboxClient; use League\Flysystem\Dropbox\DropboxAdapter; -use Illuminate\Support\ServiceProvider as BaseServiceProvider; -class ServiceProvider extends BaseServiceProvider +class ServiceProvider extends \Illuminate\Support\ServiceProvider { /** * Bootstrap the application services. diff --git a/tests/TestCase.php b/tests/TestCase.php index ec719c7..2218b1a 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -5,7 +5,7 @@ abstract class TestCase extends Orchestra\Testbench\TestCase /** * Define environment setup. * - * @param \Illuminate\Foundation\Application $app + * @param \Illuminate\Foundation\Application $app * @return void */ protected function getEnvironmentSetUp($app) @@ -20,7 +20,7 @@ protected function getEnvironmentSetUp($app) /** * Get package providers. * - * @param \Illuminate\Foundation\Application $app + * @param \Illuminate\Foundation\Application $app * * @return array */