Commit b89cc895 authored by dees040's avatar dees040

Added missing dependency

parent 3276bac2
......@@ -11,6 +11,7 @@ class PasswordBrokerManager extends BasePasswordBrokerManager
{
return new DatabaseTokenRepository(
$this->app['db']->connection(),
$this->app['hash'],
$config['table'],
$this->app['config']['app.key'],
$config['expire']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment