We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b7ff19 commit be64352Copy full SHA for be64352
src/OAuth2ServerServiceProvider.php
@@ -75,7 +75,7 @@ public function registerAssets()
75
76
protected function ts($seconds)
77
{
78
- return Carbon::now()->addSecond($seconds)->format('Y_m_d_His').'_';
+ return Carbon::now()->addSeconds($seconds)->format('Y_m_d_His').'_';
79
}
80
81
/**
0 commit comments