Skip to content

Commit

Permalink
fixed names
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercd100 committed Jul 29, 2016
1 parent 1fbb69c commit dd58d22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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
2 changes: 1 addition & 1 deletion tests/TestCase.php
Expand Up @@ -45,7 +45,7 @@ protected function getPackageAliases($app)
*/
protected function getEnvironmentSetUp($app)
{
$app['config']->set('viddler', []);
$app['config']->set('upload', []);
}

/**
Expand Down

0 comments on commit dd58d22

Please sign in to comment.