改名
This commit is contained in:
@@ -353,7 +353,7 @@ class ActiveRecord extends BaseActiveRecord
|
|||||||
* @param $modelName
|
* @param $modelName
|
||||||
* @param $foreignKey
|
* @param $foreignKey
|
||||||
* @param $localKey
|
* @param $localKey
|
||||||
* @return ActiveQuery
|
* @return ActiveQuery|HasMany
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
public function hasMany($modelName, $foreignKey, $localKey): ActiveQuery|HasMany
|
public function hasMany($modelName, $foreignKey, $localKey): ActiveQuery|HasMany
|
||||||
@@ -371,7 +371,7 @@ class ActiveRecord extends BaseActiveRecord
|
|||||||
* @param $modelName
|
* @param $modelName
|
||||||
* @param $foreignKey
|
* @param $foreignKey
|
||||||
* @param $localKey
|
* @param $localKey
|
||||||
* @return ActiveQuery
|
* @return ActiveQuery|HasMany
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
public function hasIn($modelName, $foreignKey, $localKey): ActiveQuery|HasMany
|
public function hasIn($modelName, $foreignKey, $localKey): ActiveQuery|HasMany
|
||||||
|
|||||||
Reference in New Issue
Block a user