diff options
Diffstat (limited to 'src/Statements/TruncateStatement.php')
-rw-r--r-- | src/Statements/TruncateStatement.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Statements/TruncateStatement.php b/src/Statements/TruncateStatement.php index 52f6347..7498f03 100644 --- a/src/Statements/TruncateStatement.php +++ b/src/Statements/TruncateStatement.php @@ -23,9 +23,9 @@ class TruncateStatement extends Statement * * @var array */ - public static $OPTIONS = [ - 'TABLE' => 1, - ]; + public static $OPTIONS = array( + 'TABLE' => 1 + ); /** * The name of the truncated table. |