sms516
3/20/2019 - 10:27 PM

Having trouble with namespacing?

Add this to your composer.json file

"autoload": {
    "psr-4": {
        "FENZ\\Check\\": "app/src/"
    }
}

// Where "FENZ\\Check\\": "app/src/" is your namespace and directory