Merge pull request #1142 from batuhawk/master

Unnecessary contact trait path
This commit is contained in:
Batuhan Baş 2020-01-20 12:25:35 +03:00 committed by GitHub
commit e6335ff530
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,6 @@
namespace App\Traits;
use App\Models\Common\Contact;
trait Contacts
{
public function getCustomerTypes($return = 'array')