Skip to content

Commit 2b7ff19

Browse files
committed
bad method chaining
1 parent 14d3319 commit 2b7ff19

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)->toDateString()->format('Y_m_d_His').'_';
78+
return Carbon::now()->addSecond($seconds)->format('Y_m_d_His').'_';
7979
}
8080

8181
/**

0 commit comments

Comments
 (0)