Zizaco / confide

Confide is a authentication solution for Laravel 4
1.19k stars 258 forks source link

UserRepository is overwritten #512

Open malhal opened 9 years ago

malhal commented 9 years ago

php artisan confide:controller --name=Employee --username

Generates a UserRepository.php including username

php artisan confide:controller --name=Employee2

Overwrites the UserRepository removing the username functionality.

Also I'm assuming any other customisation of the UserRepository will be lost when generating a new controller.