Subversion-Projekte lars-tiefland.webanos.marine-sales.de

Revision

Revision 53 | Revision 58 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 53 Revision 54
Zeile 39... Zeile 39...
39
                "access_password"  => "sometimes|max:255",
39
                "access_password"  => "sometimes|max:255",
40
                "comment"          => "sometimes",
40
                "comment"          => "sometimes",
41
                //
41
                //
42
            ];
42
            ];
43
        }
43
        }
-
 
44
 
-
 
45
        protected function passedValidation()
-
 
46
        {
-
 
47
            if ( is_null( $this->access_url ) )
-
 
48
            {
-
 
49
                $this->access_url = "";
-
 
50
            }
-
 
51
            if ( is_null( $this->access_user ) )
-
 
52
            {
-
 
53
                $this->access_user = "";
-
 
54
            }
-
 
55
            if ( is_null( $this->access_password ) )
-
 
56
            {
-
 
57
                $this->access_password = "";
-
 
58
            }
-
 
59
        }
44
    }
60
    }