@@ -8,11 +8,11 @@ |
||
8 | 8 | class BrokerUser extends Model |
9 | 9 | { |
10 | 10 | use SoftDeletes; |
11 | - /** |
|
12 | - * Get the table associated with the model. |
|
13 | - * |
|
14 | - * @return string |
|
15 | - */ |
|
11 | + /** |
|
12 | + * Get the table associated with the model. |
|
13 | + * |
|
14 | + * @return string |
|
15 | + */ |
|
16 | 16 | public function getTable() |
17 | 17 | { |
18 | 18 | return config('laravel-sso.brokerUserTable', 'broker_user'); |