for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @author Jared King <[email protected]>
*
* @see http://jaredtking.com
* @copyright 2015 Jared King
* @license MIT
*/
namespace JAQB\Services;
class ConnectionManager
{
public function __invoke($app)
return new \JAQB\ConnectionManager($app['config']->get('database', []));
}