改进Request类

This commit is contained in:
thinkphp
2016-06-03 10:26:53 +08:00
parent 50810bef0c
commit 661a470e5d
2 changed files with 10 additions and 11 deletions

View File

@@ -755,7 +755,6 @@ abstract class Model implements \JsonSerializable, \ArrayAccess
case Relation::HAS_MANY_THROUGH:
// TODO
}
}
/**