@@ -41,7 +41,7 @@ |
||
| 41 | 41 | * |
| 42 | 42 | * @param string $name Name of text block to get. |
| 43 | 43 | * |
| 44 | - * @return Larafolio\Models\TextBlock|null |
|
| 44 | + * @return \Illuminate\Database\Eloquent\Model|null |
|
| 45 | 45 | */ |
| 46 | 46 | public function block($name) |
| 47 | 47 | { |
@@ -41,7 +41,7 @@ |
||
| 41 | 41 | * |
| 42 | 42 | * @param string $name Name of image to get. |
| 43 | 43 | * |
| 44 | - * @return Larafolio\Models\Image|null |
|
| 44 | + * @return \Illuminate\Database\Eloquent\Model|null |
|
| 45 | 45 | */ |
| 46 | 46 | public function image($name) |
| 47 | 47 | { |
@@ -41,7 +41,7 @@ |
||
| 41 | 41 | * |
| 42 | 42 | * @param string $name Name of link to get. |
| 43 | 43 | * |
| 44 | - * @return Larafolio\Models\Link|null |
|
| 44 | + * @return \Illuminate\Database\Eloquent\Model|null |
|
| 45 | 45 | */ |
| 46 | 46 | public function link($name) |
| 47 | 47 | { |
@@ -11,7 +11,7 @@ |
||
| 11 | 11 | * |
| 12 | 12 | * @param array $data Array of data to save. |
| 13 | 13 | * |
| 14 | - * @return Project |
|
| 14 | + * @return Page |
|
| 15 | 15 | */ |
| 16 | 16 | public function addPage(array $data) |
| 17 | 17 | { |