WBLKLeipe 3 vuotta sitten
vanhempi
commit
feb3f10074
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  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();