Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use correct namespace #165

Closed
wants to merge 1 commit into from
Closed

Conversation

simonschaufi
Copy link

@simonschaufi simonschaufi commented Feb 5, 2018

All controllers are already prefixed with App\Http\Controllers, therefore it has to be removed here. See also vendor/laravel/framework/src/Illuminate/Routing/Router.php:

// Authentication Routes...
$this->get('login', 'Auth\LoginController@showLoginForm')->name('login');
$this->post('login', 'Auth\LoginController@login');
$this->post('logout', 'Auth\LoginController@logout')->name('logout');

All controllers are already prefixed with `App\Http\Controllers`, therefore it has to be removed here.
@Konafets
Copy link
Contributor

Konafets commented May 9, 2018

Its an duplicate of #175

@jrean
Copy link
Owner

jrean commented May 9, 2018

Thank you for your contribution.
#175

@jrean jrean closed this May 9, 2018
@simonschaufi simonschaufi deleted the patch-1 branch May 9, 2018 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants