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

View File

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