User Model
class User extends Authenticatable { public function followings() { return $this->hasMany(\'App\\Models\\C