Skip to content

Commit

Permalink
Update Readme and Config Files
Browse files Browse the repository at this point in the history
  • Loading branch information
Westin Shafer committed Jul 25, 2017
1 parent 6d38fb1 commit 21991e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
11 changes: 0 additions & 11 deletions config/flysystem.config.php

This file was deleted.

8 changes: 7 additions & 1 deletion src/ConfigProvider.php
Expand Up @@ -7,6 +7,12 @@ class ConfigProvider
{
public function __invoke()
{
return require __DIR__.'/../config/flysystem.config.php';
return [
'dependencies' => [
'factories' => [
FlySystemManager::class => FlySystemManagerFactory::class
],
],
];
}
}

0 comments on commit 21991e9

Please sign in to comment.