]> _ Git - cubist_cms-back.git/commitdiff
wip #3712
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 17 Jun 2020 14:37:45 +0000 (16:37 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 17 Jun 2020 14:37:45 +0000 (16:37 +0200)
src/app/helpers.php

index e46f520265bdb2069e69f738410887c716f73e63..f7d5ca1e91fbef0c3bb032363e1583687f57c862 100644 (file)
@@ -1,4 +1,11 @@
 <?php
+if (!function_exists('backpack_users_have_email')) {
+    function backpack_users_have_email()
+    {
+        return true;
+    }
+}
+
 if (!function_exists('vendor_asset')) {
     function vendor_asset($path)
     {