| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 7 | 
| Code Lines | 4 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 5 | 
| CRAP Score | 1 | 
| Changes | 0 | ||
| 1 | <?php namespace Arcanedev\LaravelSeo\Models;  | 
            ||
| 22 | 12 | public function __construct(array $attributes = [])  | 
            |
| 23 |     { | 
            ||
| 24 | 12 | parent::__construct($attributes);  | 
            |
| 25 | |||
| 26 | 12 |         $this->setConnection(config('seo.database.connection', null)); | 
            |
| 27 | 12 |         $this->setPrefix(config('seo.database.prefix', 'seo_')); | 
            |
| 28 | 12 | }  | 
            |
| 29 | }  | 
            ||
| 30 |