unexpected 'use' (T_USE) when trying to use composer

后端 未结 3 1644
北海茫月
北海茫月 2020-12-03 10:10

So, I am trying to use the coinbase API. I\'m attempting a simple test to see if I can make it work, but I\'m getting various composer errors.

Currently, I am getti

3条回答
  •  遥遥无期
    2020-12-03 10:50

    I'm using codeigniter when i try to use "use" keyword its throwing error within a method.

    SO i just moved it to above class declaration.

    
    

    Its working fine.

提交回复
热议问题