Skip to content
This repository was archived by the owner on May 9, 2019. It is now read-only.

Commit 9370fde

Browse files
authored
Update Blueprint.php
1 parent 3a9ae8b commit 9370fde

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/Illuminate/Database/Schema/Blueprint.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,6 @@
77
class Blueprint extends \Illuminate\Database\Schema\Blueprint
88
{
99

10-
/**
11-
* @param string $column
12-
*
13-
* @return \Illuminate\Support\Fluent
14-
*/
15-
public function mediumText($column)
16-
{
17-
// This magic cleanly and is mediumText!
18-
return $this->string($column, 16777215);
19-
}
20-
2110
/**
2211
* @param int $precision
2312
*

0 commit comments

Comments
 (0)