Browse Source

DocBlocks

WBLKLeipe 3 years ago
parent
commit
feb3f10074
1 changed files with 6 additions and 0 deletions
  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();