Skip to content

Commit

Permalink
fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Dec 20, 2016
2 parents be23bc5 + 69666e6 commit cf42140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Illuminate/Notifications/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"illuminate/container": "5.4.*",
"illuminate/contracts": "5.4.*",
"illuminate/mail": "5.4.*",
"illuminate/queue": "5.4.*",
"illuminate/support": "5.4.*",
"ramsey/uuid": "~3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion tests/Config/RepositoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function testHasIsTrue()
$this->assertTrue($this->repository->has('foo'));
}

public function testHasIsTFalse()
public function testHasIsFalse()
{
$this->assertFalse($this->repository->has('not-exist'));
}
Expand Down

0 comments on commit cf42140

Please sign in to comment.