WBLKLeipe %!s(int64=3) %!d(string=hai) anos
pai
achega
feb3f10074
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      app/Models/User.php

+ 6 - 0
app/Models/User.php

@@ -242,6 +242,12 @@ class User extends Authenticatable implements MustVerifyEmail
         return number_format($usage, 2, '.', '');
     }
 
+
+    /**
+    * @description Returns the Users "out of Credits" time
+    *
+    * @return string
+    */
     public function outOfCredits()
     {
         $usage = $this->creditUsage();