Commit Graph

10 Commits

Author SHA1 Message Date
Wojciech Gabryś c62a7c13bf Update model path in AuthServiceProvider's policies.
Due to the change of default model location in Laravel 8.x from /App to /App/Models, the initial policy comment shoud also reflect this change.
2020-09-15 09:53:40 +02:00
Graham Campbell 583d1fa773 [7.x] Remove register in auth provider (#5182)
* Remove register in auth provider

* Update AuthServiceProvider.php

* Update Kernel.php
2019-12-19 09:36:06 -06:00
Taylor Otwell 7d70bfe828
Utilize Authentication Middleware Contract (#5181)
* adjust auth middleware to point to contract

* remove middleware priority
2019-12-18 13:44:16 -06:00
Dries Vints e656932002 Apply fixes from StyleCI (#5100) 2019-09-10 17:26:00 +02:00
Taylor Otwell f4ff4f4176 comment 2019-02-27 07:24:37 -06:00
Taylor Otwell 93cdacf32c remove word 2016-07-18 10:41:51 -05:00
Taylor Otwell 2b05ce3b05 Just use facades in service providers. 2016-07-11 15:44:50 -05:00
crynobone 50357d8bab Use $this instead of parent.
Signed-off-by: crynobone <crynobone@gmail.com>
2015-09-21 12:00:44 +08:00
Graham Campbell 35654d761d Applied fixes from StyleCI 2015-08-30 07:31:25 -04:00
Taylor Otwell 7d4b5d75ef Default auth service provider. 2015-08-29 20:27:18 -05:00