Skip to content

Commit

Permalink
Merge pull request Eoxia#58 from evarisk-micka/fix_fk_type
Browse files Browse the repository at this point in the history
Eoxia#57 [Shortener] fix: remove type fk_user to avoid fatal with 18.0.6
  • Loading branch information
evarisk-micka authored Jun 26, 2024
2 parents 8f6d154 + cd496c3 commit cd53864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions class/shortener.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,12 +204,12 @@ class Shortener extends SaturneObject
/**
* @var int User ID
*/
public int $fk_user_creat;
public $fk_user_creat;

/**
* @var int|null User ID
*/
public ?int $fk_user_modif;
public $fk_user_modif;

/**
* Constructor
Expand Down

0 comments on commit cd53864

Please sign in to comment.