App\Http\Controllers\VendorApiController::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( VendorRepository $vendorRepo )
$vendorRepo App\Ninja\Repositories\VendorRepository
    public function __construct(VendorRepository $vendorRepo)
    {
        parent::__construct();
        $this->vendorRepo = $vendorRepo;
    }