Skip to content

Commit 25a8a1c

Browse files
committed
Remove __call method from contract
1 parent 4298592 commit 25a8a1c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/Contracts/SchemaModel.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,6 @@ public function getPrimaryColumn(): string;
4242
*/
4343
public static function getTableInterface(): Table_Interface;
4444

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-
5745
/**
5846
* Gets the relationships of the model.
5947
*

0 commit comments

Comments
 (0)