Completed
Pull Request — develop (#124)
by Tony
03:18
created
app/Models/User.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@
 block discarded – undo
122 122
      * Encrypt passwords before saving
123 123
      * @param $password
124 124
      */
125
-    public function setPasswordAttribute($password){
125
+    public function setPasswordAttribute($password) {
126 126
         $this->attributes['password'] = bcrypt($password);
127 127
     }
128 128
 }
Please login to merge, or discard this patch.