We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4298592 commit 25a8a1cCopy full SHA for 25a8a1c
src/Contracts/SchemaModel.php
@@ -42,18 +42,6 @@ public function getPrimaryColumn(): string;
42
*/
43
public static function getTableInterface(): Table_Interface;
44
45
- /**
46
- * Magic method to get the relationships of the model.
47
- *
48
- * @since 0.0.1
49
50
- * @param string $name The name of the method.
51
- * @param array $arguments The arguments of the method.
52
53
- * @return array|void The relationships of the model.
54
- */
55
- public function __call( string $name, array $arguments );
56
-
57
/**
58
* Gets the relationships of the model.
59
*
0 commit comments