@@ -64,7 +64,7 @@ discard block |
||
64 | 64 | /** |
65 | 65 | * Belongs to a Category. |
66 | 66 | * |
67 | - * @return Illuminate\Database\Eloquent\Relations\BelongsTo |
|
67 | + * @return \Illuminate\Database\Eloquent\Relations\BelongsTo |
|
68 | 68 | */ |
69 | 69 | public function category() |
70 | 70 | { |
@@ -87,7 +87,7 @@ discard block |
||
87 | 87 | /** |
88 | 88 | * Provides a catalog of Services. |
89 | 89 | * |
90 | - * @return Illuminate\Database\Eloquent\Relations\HasMany |
|
90 | + * @return \Illuminate\Database\Eloquent\Relations\HasMany |
|
91 | 91 | */ |
92 | 92 | public function services() |
93 | 93 | { |
@@ -97,7 +97,7 @@ discard block |
||
97 | 97 | /** |
98 | 98 | * Provides Services of Types. |
99 | 99 | * |
100 | - * @return Illuminate\Database\Eloquent\Relations\HasMany |
|
100 | + * @return \Illuminate\Database\Eloquent\Relations\HasMany |
|
101 | 101 | */ |
102 | 102 | public function servicetypes() |
103 | 103 | { |
@@ -107,7 +107,7 @@ discard block |
||
107 | 107 | /** |
108 | 108 | * Publishes Vacancies. |
109 | 109 | * |
110 | - * @return Illuminate\Database\Eloquent\hasMany |
|
110 | + * @return \Illuminate\Database\Eloquent\Relations\HasMany |
|
111 | 111 | */ |
112 | 112 | public function vacancies() |
113 | 113 | { |
@@ -117,7 +117,7 @@ discard block |
||
117 | 117 | /** |
118 | 118 | * Holds booked Appointments. |
119 | 119 | * |
120 | - * @return Illuminate\Database\Eloquent\hasMany |
|
120 | + * @return \Illuminate\Database\Eloquent\Relations\HasMany |
|
121 | 121 | */ |
122 | 122 | public function bookings() |
123 | 123 | { |
@@ -127,7 +127,7 @@ discard block |
||
127 | 127 | /** |
128 | 128 | * Is owned by Users. |
129 | 129 | * |
130 | - * @return Illuminate\Database\Eloquent\belongsToMany |
|
130 | + * @return \Illuminate\Database\Eloquent\Relations\BelongsToMany |
|
131 | 131 | */ |
132 | 132 | public function owners() |
133 | 133 | { |
@@ -249,7 +249,7 @@ discard block |
||
249 | 249 | /** |
250 | 250 | * Set Postal Address. |
251 | 251 | * |
252 | - * @param string $postal_address Postal address |
|
252 | + * @param string $postalAddress Postal address |
|
253 | 253 | */ |
254 | 254 | public function setPostalAddressAttribute($postalAddress) |
255 | 255 | { |
@@ -259,7 +259,6 @@ discard block |
||
259 | 259 | /** |
260 | 260 | * Set Social Facebook. |
261 | 261 | * |
262 | - * @param string $social_facebook Facebook User URL |
|
263 | 262 | */ |
264 | 263 | public function setSocialFacebookAttribute($facebookPageUrl) |
265 | 264 | { |