1 | <?php |
||
10 | class BouncerServiceProvider extends BaseBouncerServiceProvider |
||
11 | { |
||
12 | /** |
||
13 | * Register Bouncer's models in the relation morph map. |
||
14 | * |
||
15 | * @return void |
||
16 | */ |
||
17 | protected function registerMorphs() |
||
21 | |||
22 | /** |
||
23 | * Set the classname of the user model to be used by Bouncer. |
||
24 | * |
||
25 | * @return void |
||
26 | */ |
||
27 | protected function setUserModel() |
||
31 | } |
||
32 |