Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Users to djs #83

Merged
merged 2 commits into from Nov 21, 2015
Merged

Users to djs #83

merged 2 commits into from Nov 21, 2015

Conversation

JPBetley
Copy link
Owner

No description provided.

@@ -13,7 +13,7 @@ class DJ extends Model {
*
* @var array
*/
protected $fillable = ['name', 'picture'];
protected $fillable = ['name', 'picture', 'realname'];

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' => ''

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

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

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

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

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

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

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

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

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

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

@vladionescu
Copy link
Collaborator

Spaces must be used to indent lines; tabs are not allowed

@adamwathan
Copy link

😬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!

vladionescu added a commit that referenced this pull request Nov 21, 2015
@vladionescu vladionescu merged commit 8ca3ba2 into master Nov 21, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants