@@ -54,7 +54,7 @@ |
||
54 | 54 | * |
55 | 55 | * @param string $name Name of text block to get. |
56 | 56 | * |
57 | - * @return \Larafolio\Models\TextBlock|null |
|
57 | + * @return \Illuminate\Database\Eloquent\Model|null |
|
58 | 58 | */ |
59 | 59 | public function block($name) |
60 | 60 | { |
@@ -54,7 +54,7 @@ |
||
54 | 54 | * |
55 | 55 | * @param string $name Name of image to get. |
56 | 56 | * |
57 | - * @return \Larafolio\Models\Image|null |
|
57 | + * @return \Illuminate\Database\Eloquent\Model|null |
|
58 | 58 | */ |
59 | 59 | public function image($name) |
60 | 60 | { |
@@ -54,7 +54,7 @@ |
||
54 | 54 | * |
55 | 55 | * @param string $name Name of link to get. |
56 | 56 | * |
57 | - * @return \Larafolio\Models\Link|null |
|
57 | + * @return \Illuminate\Database\Eloquent\Model|null |
|
58 | 58 | */ |
59 | 59 | public function link($name) |
60 | 60 | { |
@@ -56,7 +56,7 @@ |
||
56 | 56 | * |
57 | 57 | * @param \Larafolio\Models\HasContent $model Model to delete. |
58 | 58 | * |
59 | - * @return bool |
|
59 | + * @return boolean|null |
|
60 | 60 | */ |
61 | 61 | protected function purgeModel(HasContent $model) |
62 | 62 | { |
@@ -54,7 +54,7 @@ |
||
54 | 54 | * |
55 | 55 | * @param string $name Name of text line to get. |
56 | 56 | * |
57 | - * @return \Larafolio\Models\TextBlock|null |
|
57 | + * @return \Illuminate\Database\Eloquent\Model|null |
|
58 | 58 | */ |
59 | 59 | public function line($name) |
60 | 60 | { |