Skip to content

Commit

Permalink
Ensure strings (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald authored Mar 4, 2024
1 parent 61c8800 commit 401e905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Drivers/DatabaseDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ class DatabaseDriver implements CanListStoredFeatures, Driver
/**
* The name of the "created at" column.
*
* @var string|null
* @var string
*/
const CREATED_AT = 'created_at';

/**
* The name of the "updated at" column.
*
* @var string|null
* @var string
*/
const UPDATED_AT = 'updated_at';

Expand Down

0 comments on commit 401e905

Please sign in to comment.