Commit 1183255d authored by dees040's avatar dees040

Added missing ')'

parent 6e4520dd
......@@ -11,7 +11,7 @@ class PasswordBrokerManager extends BasePasswordBrokerManager
{
$laravel = app();
if (starts_with($laravel::VERSION, '5.4') {
if (starts_with($laravel::VERSION, '5.4')) {
return new DatabaseTokenRepository(
$this->app['db']->connection(),
$this->app['hash'],
......
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