diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c98d85..61598d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -All notable changes to `laravel-viddler` will be documented in this file. +All notable changes to `laravel-upload` will be documented in this file. ### 1.0.0 - Initial release and connected with packagist diff --git a/tests/TestCase.php b/tests/TestCase.php index f02dd5e..a279157 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -45,7 +45,7 @@ protected function getPackageAliases($app) */ protected function getEnvironmentSetUp($app) { - $app['config']->set('viddler', []); + $app['config']->set('upload', []); } /**