refactor: update laravel-mix and peer dependencies (#5094)

This commit is contained in:
Alexis Saettler
2021-04-24 11:11:19 +02:00
committed by GitHub
parent e012125ede
commit f808704032
51 changed files with 2300 additions and 19035 deletions
+1 -1
View File
@@ -590,7 +590,7 @@ class ContactsController extends Controller
*/
public function vCard(Contact $contact)
{
if (config('app.debug')) {
if (config('app.debug') && class_exists('\Barryvdh\Debugbar\Facade')) {
Debugbar::disable();
}