Skip to content
This repository was archived by the owner on Dec 10, 2018. It is now read-only.

Commit 44ae1d5

Browse files
committed
lose typehint
1 parent 0c7545f commit 44ae1d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UuidServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ protected function createGrammarFromConnection(Connection $connection): Grammar
4444
return new MySqlGrammar();
4545
}
4646

47-
protected function optimizeUuids(): void
47+
protected function optimizeUuids()
4848
{
4949
$factory = new UuidFactory();
5050

0 commit comments

Comments
 (0)