Skip to content

Commit 807ee83

Browse files
committed
removed pre-filled name vars
1 parent e04a0a6 commit 807ee83

3 files changed

Lines changed: 0 additions & 21 deletions

File tree

src/Schema/Columns/Created_At.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@
2121
* @package StellarWP\Schema\Columns
2222
*/
2323
class Created_At extends Datetime_Column {
24-
/**
25-
* The name of the column.
26-
*
27-
* @var string
28-
*/
29-
protected string $name = 'created_at';
30-
3124
/**
3225
* The default value of the column.
3326
*

src/Schema/Columns/Last_Changed.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@
2121
* @package StellarWP\Schema\Columns
2222
*/
2323
class Last_Changed extends Datetime_Column {
24-
/**
25-
* The name of the column.
26-
*
27-
* @var string
28-
*/
29-
protected string $name = 'last_changed';
30-
3124
/**
3225
* The default value of the column.
3326
*

src/Schema/Columns/Updated_At.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@
2121
* @package StellarWP\Schema\Columns
2222
*/
2323
class Updated_At extends Datetime_Column {
24-
/**
25-
* The name of the column.
26-
*
27-
* @var string
28-
*/
29-
protected string $name = 'updated_at';
30-
3124
/**
3225
* Whether the column can be null.
3326
*

0 commit comments

Comments
 (0)