ORT-Interactive-GmbH / laravel-couchbase

A Couchbase based Eloquent model and Query builder for Laravel
40 stars 26 forks source link

Illuminate BluePrint constructor fix #3

Closed adrianluna closed 7 years ago

adrianluna commented 7 years ago

Illuminate Blueprint constructor requires two params: table and callback (instance of Closure).

Builder was passing wrong data into constructor.

codecov-io commented 7 years ago

Codecov Report

Merging #3 into master will not change coverage. The diff coverage is 0%.

@@           Coverage Diff            @@
##             master      #3   +/-   ##
========================================
  Coverage      81.8%   81.8%           
  Complexity      436     436           
========================================
  Files            18      18           
  Lines          1050    1050           
========================================
  Hits            859     859           
  Misses          191     191
Impacted Files Coverage Δ Complexity Δ
src/Mpociot/Couchbase/Schema/Builder.php 0% <0%> (ø) 8 <0> (ø) :x:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bcab5d7...0d5e774. Read the comment docs.