@@ -48,7 +48,7 @@ |
||
| 48 | 48 | * @param \Gitamin\Models\Project $project |
| 49 | 49 | * @param int $action |
| 50 | 50 | * |
| 51 | - */ |
|
| 51 | + */ |
|
| 52 | 52 | protected function trigger(Project &$project, $action) |
| 53 | 53 | { |
| 54 | 54 | $data = [ |
@@ -41,11 +41,11 @@ |
||
| 41 | 41 | */ |
| 42 | 42 | public $target_id; |
| 43 | 43 | |
| 44 | - /** |
|
| 45 | - * The moment action. |
|
| 46 | - * |
|
| 47 | - * @var int |
|
| 48 | - */ |
|
| 44 | + /** |
|
| 45 | + * The moment action. |
|
| 46 | + * |
|
| 47 | + * @var int |
|
| 48 | + */ |
|
| 49 | 49 | public $action; |
| 50 | 50 | |
| 51 | 51 | /** |
@@ -198,11 +198,11 @@ |
||
| 198 | 198 | return trans('gitamin.projects.status.'.$this->visibility_level); |
| 199 | 199 | } |
| 200 | 200 | |
| 201 | - /** |
|
| 202 | - * Returns project owner path. |
|
| 203 | - * |
|
| 204 | - * @return bool |
|
| 205 | - */ |
|
| 201 | + /** |
|
| 202 | + * Returns project owner path. |
|
| 203 | + * |
|
| 204 | + * @return bool |
|
| 205 | + */ |
|
| 206 | 206 | public function getOwnerPathAttribute() |
| 207 | 207 | { |
| 208 | 208 | |