Skip to content

Commit a99999c

Browse files
Merge pull request #18 from LeorentKelmendi/master
Defining properties correctly
2 parents ef4010d + b3c6556 commit a99999c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ class User extends Model
5555
{
5656
use Versionable, SoftDeletes;
5757

58-
$timestamps = true;
58+
public $timestamps = true;
5959

60-
$versioned = ['email', 'city', 'updated_at', 'deleted_at'];
60+
public $versioned = ['email', 'city', 'updated_at', 'deleted_at'];
6161

6262
...
6363
}

0 commit comments

Comments
 (0)