@@ -33,7 +33,7 @@ |
||
| 33 | 33 | /** |
| 34 | 34 | * Get the user that the activity belongs to. |
| 35 | 35 | * |
| 36 | - * @return object |
|
| 36 | + * @return \Illuminate\Database\Eloquent\Relations\BelongsTo |
|
| 37 | 37 | */ |
| 38 | 38 | public function user() |
| 39 | 39 | { |
@@ -1,7 +1,6 @@ |
||
| 1 | 1 | <?php namespace JackJoe\ActivityLog\Models; |
| 2 | 2 | |
| 3 | 3 | use Illuminate\Database\Eloquent\Model as Eloquent; |
| 4 | -use Illuminate\Support\Facades\Auth; |
|
| 5 | 4 | use Illuminate\Support\Facades\Request; |
| 6 | 5 | |
| 7 | 6 | class Activity extends Eloquent { |