Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
styleCi
  • Loading branch information
djaiss committed Feb 4, 2018
commit f49ed239f14a2e99ef6ce3b607eb5c9abcaceb34
2 changes: 1 addition & 1 deletion app/Account.php
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ public function getSubscribedPlanName()
*
* @param Gender $genderToDelete
* @param Gender $genderToReplaceWith
* @return boolean
* @return bool
*/
public function replaceGender(Gender $genderToDelete, Gender $genderToReplaceWith)
{
Expand Down
1 change: 0 additions & 1 deletion app/Http/Controllers/Settings/GendersController.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use Exception;
use Validator;
use App\Gender;
use App\Contact;
use Illuminate\Http\Request;
use App\Http\Controllers\Controller;
use App\Http\Requests\Settings\GendersRequest;
Expand Down