-
Notifications
You must be signed in to change notification settings - Fork 1
Conversation
@@ -13,7 +13,7 @@ class DJ extends Model { | |||
* | |||
* @var array | |||
*/ | |||
protected $fillable = ['name', 'picture']; | |||
protected $fillable = ['name', 'picture', 'realname']; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spaces must be used to indent lines; tabs are not allowed
@@ -64,7 +64,8 @@ public function it_validates_a_create_request() | |||
{ | |||
$form = TestDummy::attributesFor('WITR\DJ', [ | |||
'picture' => __DIR__ . '/files/non-dj.pdf', | |||
'name' => '' | |||
'name' => '', | |||
'realname' => '' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spaces must be used to indent lines; tabs are not allowed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spaces must be used to indent lines; tabs are not allowed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spaces must be used to indent lines; tabs are not allowed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spaces must be used to indent lines; tabs are not allowed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spaces must be used to indent lines; tabs are not allowed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spaces must be used to indent lines; tabs are not allowed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spaces must be used to indent lines; tabs are not allowed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spaces must be used to indent lines; tabs are not allowed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spaces must be used to indent lines; tabs are not allowed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spaces must be used to indent lines; tabs are not allowed
Spaces must be used to indent lines; tabs are not allowed |
😬Sorry about all the emails your probably got on this from GitHub... Noticed this because it caused me to hit my GitHub rate limit, haha... I thought I was handling duplicate comments well, but it looks like I need to play with it some more. Apologies again for the noise, seeing what I can do to sort it out! |
No description provided.