Skip to content

Commit be64352

Browse files
committed
Now it's good
1 parent 2b7ff19 commit be64352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OAuth2ServerServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function registerAssets()
7575

7676
protected function ts($seconds)
7777
{
78-
return Carbon::now()->addSecond($seconds)->format('Y_m_d_His').'_';
78+
return Carbon::now()->addSeconds($seconds)->format('Y_m_d_His').'_';
7979
}
8080

8181
/**

0 commit comments

Comments
 (0)