|
@@ -11,7 +11,7 @@ class Text extends Field
|
|
|
|
|
|
public function __construct($column, $arguments = [])
|
|
public function __construct($column, $arguments = [])
|
|
{
|
|
{
|
|
- if (static::class === Text::class) {
|
|
|
|
|
|
+ if (static::class === self::class) {
|
|
$this->prepend('<i class="feather icon-edit-2"></i>');
|
|
$this->prepend('<i class="feather icon-edit-2"></i>');
|
|
}
|
|
}
|
|
|
|
|