mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
fixes for dependencies
This commit is contained in:
parent
ebeed02d03
commit
76ba0624bc
@ -42,7 +42,8 @@
|
||||
"webpatser/laravel-countries": "dev-master#75992ad",
|
||||
"wildbit/postmark-php": "^2.6",
|
||||
"yajra/laravel-datatables-html": "^4.0",
|
||||
"yajra/laravel-datatables-oracle": "~9.0"
|
||||
"yajra/laravel-datatables-oracle": "~9.0",
|
||||
"laravelcollective/html": "5.8.*"
|
||||
},
|
||||
"require-dev": {
|
||||
"barryvdh/laravel-debugbar": "^3.2",
|
||||
|
@ -59,7 +59,7 @@
|
||||
<div class="card-body">
|
||||
|
||||
@if ($company->logo)
|
||||
{!! HTML::image($company->logo) !!}
|
||||
{!! Html::image($company->logo) !!}
|
||||
@else
|
||||
<h2>{{ $company->present()->name() }}</h2>
|
||||
@endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user