Guest User

Untitled

a guest
Dec 13th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. use CarbonCarbon;
  2.  
  3. ...
  4.  
  5. public function __construct() {
  6.  
  7. echo Carbon::now();
  8. }
  9.  
  10. public function __construct() {
  11.  
  12. echo CarbonCarbon::now();
  13. }
Add Comment
Please, Sign In to add comment