gitpajo / nfwjob

New fine working job
2 stars 1 forks source link

Interface #41

Closed myjavarama4 closed 8 years ago

myjavarama4 commented 8 years ago

abstract class ProductInfo implements ProductInterface { ... }

Fatal Error

Interface 'ProductInterface' not found

gitpajo commented 8 years ago

require 'ProductInterface.php';