✨ 🔧 Update npm + login page
This commit is contained in:
@@ -1740,6 +1740,8 @@ class LazyCollection implements CanBeEscapedWhenCastToString, Enumerable
|
||||
*/
|
||||
protected function now()
|
||||
{
|
||||
return Carbon::now()->timestamp;
|
||||
return class_exists(Carbon::class)
|
||||
? Carbon::now()->timestamp
|
||||
: time();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user