Skip to content

Commit

Permalink
Now it's good
Browse files Browse the repository at this point in the history
  • Loading branch information
lucadegasperi committed Feb 7, 2015
1 parent 2b7ff19 commit be64352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OAuth2ServerServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function registerAssets()

protected function ts($seconds)
{
return Carbon::now()->addSecond($seconds)->format('Y_m_d_His').'_';
return Carbon::now()->addSeconds($seconds)->format('Y_m_d_His').'_';
}

/**
Expand Down

0 comments on commit be64352

Please sign in to comment.