コード例 #1
0
 /**
  * Get a relationship join table hash.
  *
  * @return string
  * @static
  */
 public static function getRelationCountHash()
 {
     //Method inherited from \Illuminate\Database\Eloquent\Relations\HasOneOrMany
     return \Illuminate\Database\Eloquent\Relations\HasMany::getRelationCountHash();
 }