app\models\Image::user PHP 메소드

user() 공개 메소드

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