@@ -10,10 +10,10 @@ |
||
10 | 10 | { |
11 | 11 | |
12 | 12 | /** |
13 | - * Create a new Eloquent model instance. |
|
14 | - * |
|
15 | - * @param array $attributes |
|
16 | - */ |
|
13 | + * Create a new Eloquent model instance. |
|
14 | + * |
|
15 | + * @param array $attributes |
|
16 | + */ |
|
17 | 17 | public function __construct(array $attributes = []) |
18 | 18 | { |
19 | 19 | $connection = config('easy_panel_config.database.connection') ?: config('database.default'); |