@@ -3,8 +3,8 @@ |
||
| 3 | 3 | |
| 4 | 4 | namespace RichardStyles\EloquentEncryption\Schema\Grammars; |
| 5 | 5 | |
| 6 | -use Illuminate\Support\Fluent; |
|
| 7 | 6 | use Illuminate\Database\Schema\Grammars\MySqlGrammar as BaseMySqlGrammar; |
| 7 | +use Illuminate\Support\Fluent; |
|
| 8 | 8 | |
| 9 | 9 | class MySqlGrammar extends BaseMySqlGrammar |
| 10 | 10 | { |
@@ -10,7 +10,6 @@ |
||
| 10 | 10 | /** |
| 11 | 11 | * Create the column definition for a encrypted type. |
| 12 | 12 | * |
| 13 | - * @param \Illuminate\Support\Fluent $column |
|
| 14 | 13 | * |
| 15 | 14 | * @return string |
| 16 | 15 | */ |
@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace RichardStyles\EloquentEncryption\Schema\Grammars; |
| 4 | 4 | |
| 5 | -use Illuminate\Support\Fluent; |
|
| 6 | 5 | use Illuminate\Database\Schema\Grammars\PostgresGrammar as BasePostgresGrammar; |
| 6 | +use Illuminate\Support\Fluent; |
|
| 7 | 7 | |
| 8 | 8 | class PostgresGrammar extends BasePostgresGrammar |
| 9 | 9 | { |
@@ -11,7 +11,6 @@ |
||
| 11 | 11 | /** |
| 12 | 12 | * Create the column definition for a encrypted type. |
| 13 | 13 | * |
| 14 | - * @param \Illuminate\Support\Fluent $column |
|
| 15 | 14 | * |
| 16 | 15 | * @return string |
| 17 | 16 | */ |
@@ -3,8 +3,8 @@ |
||
| 3 | 3 | |
| 4 | 4 | namespace RichardStyles\EloquentEncryption\Schema\Grammars; |
| 5 | 5 | |
| 6 | -use Illuminate\Support\Fluent; |
|
| 7 | 6 | use Illuminate\Database\Schema\Grammars\SQLiteGrammar as IlluminateSQLiteGrammar; |
| 7 | +use Illuminate\Support\Fluent; |
|
| 8 | 8 | |
| 9 | 9 | class SQLiteGrammar extends IlluminateSQLiteGrammar |
| 10 | 10 | { |
@@ -11,7 +11,6 @@ |
||
| 11 | 11 | /** |
| 12 | 12 | * Create the column definition for a encrypted type. |
| 13 | 13 | * |
| 14 | - * @param \Illuminate\Support\Fluent $column |
|
| 15 | 14 | * |
| 16 | 15 | * @return string |
| 17 | 16 | */ |
@@ -3,8 +3,8 @@ |
||
| 3 | 3 | |
| 4 | 4 | namespace RichardStyles\EloquentEncryption\Schema\Grammars; |
| 5 | 5 | |
| 6 | -use Illuminate\Support\Fluent; |
|
| 7 | 6 | use Illuminate\Database\Schema\Grammars\SqlServerGrammar as IlluminateSqlServerGrammar; |
| 7 | +use Illuminate\Support\Fluent; |
|
| 8 | 8 | |
| 9 | 9 | class SqlServerGrammar extends IlluminateSqlServerGrammar |
| 10 | 10 | { |