ekandreas / bladerunner

WordPress plugin for Laravel Blade templating DEPRECATED
http://bladerunner.elseif.se
12 stars 1 forks source link

Update BladeProvider.php #45

Closed wetfire2k closed 7 years ago

wetfire2k commented 7 years ago

I had a conflict with Illuminate\Container\Container. Php was complaining about cannot use Illuminate\Container\Container as Container because the name is already in use in .../vendor/ekandreas/bladerunner/src/BladeProvider.php on line 4 so I renamed use clause and now it works! Is strange that only me had that issue

codecov-io commented 7 years ago

Codecov Report

Merging #45 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #45   +/-   ##
=========================================
  Coverage     62.36%   62.36%           
  Complexity       31       31           
=========================================
  Files             5        5           
  Lines            93       93           
=========================================
  Hits             58       58           
  Misses           35       35
Impacted Files Coverage Δ Complexity Δ
src/BladeProvider.php 96.77% <100%> (ø) 8 <0> (ø) :arrow_down:

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 818a44f...5eb6249. Read the comment docs.