Hootlex\Friendships\Models\Friendship::__construct PHP Method

__construct() public method

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