Fixed wrong return type in phpdoc
Signed-off-by: Daniel Bøndergaard <db@helmstmt.com>
This commit is contained in:
@@ -333,7 +333,7 @@ abstract class Model {
|
||||
* @param string $table
|
||||
* @param string $foreign
|
||||
* @param string $other
|
||||
* @return Relationship
|
||||
* @return Has_Many_And_Belongs_To
|
||||
*/
|
||||
public function has_many_and_belongs_to($model, $table = null, $foreign = null, $other = null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user