Skip to content

Commit c842a5b

Browse files
Fix typehint
1 parent 927475c commit c842a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Builders/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public function unique($columns)
142142
* @param string $class
143143
* @param array $columns
144144
*
145-
* @return Index|Primary|UniqueConstraint
145+
* @return mixed
146146
*/
147147
protected function constraint($class, array $columns)
148148
{

0 commit comments

Comments
 (0)