Hootlex\Friendships\Models\Friendship::__construct PHP Метод

__construct() публичный Метод

public __construct ( array $attributes = [] )
$attributes array
    public function __construct(array $attributes = array())
    {
        $this->table = config('friendships.tables.fr_pivot');
        parent::__construct($attributes);
    }