We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2384cc2 commit 1bdf8ebCopy full SHA for 1bdf8eb
src/Traits/UserHasInteraction.php
@@ -2,14 +2,16 @@
2
3
namespace CSlant\LaravelLike\Traits;
4
5
+use Illuminate\Database\Eloquent\Model;
6
use Illuminate\Database\Eloquent\Relations\HasMany;
7
8
/**
9
* Trait UserInteraction
10
* use this trait in your User model
11
*
12
* @package CSlant\LaravelLike\Traits
- * @mixin \Illuminate\Database\Eloquent\Model
13
+ * @mixin Model
14
+ * @method Model hasMany(string $interactionModel, string $userForeignKey)
15
*/
16
trait UserHasInteraction
17
{
0 commit comments