Aboubacar Ouattara
Aboubacar Ouattara
Hi, and thanks for this package! I got some troubles. When you deny a friend request and sent another request, the **canBeFriend** method always return true. I take a look...
(node:9948) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Node version : v11.15.0
https://github.com/jamesmills/laravel-timezone/blob/20ea12b088909c3dfadf6de8ae961c367a77b668/src/Timezone.php#L51 I'm wondering, if we can use protected instead of private function then people can easily extends the Timezone and customize to their need. Also, Can we extract the obtaining...