app\models\AlbumPhoto::user PHP Method

user() public method

The one-to-many relationship between image and users.
public user ( ) : BelongsToMany
return BelongsToMany
    public function user()
    {
        return $this->belongsTo('App\\Models\\User');
    }
AlbumPhoto