Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
t3o
my.typo3.org
Commits
65294d2c
Commit
65294d2c
authored
Jan 18, 2018
by
Stefan Busemann
Browse files
[BUGFIX] Initialize properties
parent
741eac60
Changes
1
Hide whitespace changes
Inline
Side-by-side
html/typo3conf/ext/t3omy/Classes/Domain/Model/MyProfile.php
View file @
65294d2c
<?php
declare
(
strict_types
=
1
);
namespace
T3o\T3omy\Domain\Model
;
use
TYPO3\CMS\Extbase\Domain\Model\FrontendUser
;
...
...
@@ -13,18 +14,17 @@ class MyProfile extends FrontendUser
/**
* @var string
*/
public
$github
;
public
$github
=
''
;
/**
* @var string
*/
public
$twitter
;
public
$twitter
=
''
;
/**
* @var string
*/
public
$facebook
;
public
$facebook
=
''
;
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment