cancel
Showing results for 
Search instead for 
Did you mean: 

Compilation issue - non-existing file

Compilation issue - non-existing file

Hi,
in the Technical review, we try to compile an extension but getting an error:

Source class "\Vendor\Module\Model\ProcessInterface" for "Vendor\Module\Model\ProcessRepository" generation does not exist.

 

There is no ProcessInterface.php file in Model and no files aims to it. It is not mentioned even in di.xml. There is a file \Vendor\Module\Model\Process implementing Api\Data\ProcessInterface.php only.

 

Our ProcessRepository implements Api/ProcessRepositoryInterface.php and many other files aim to it.

 

Can anyone help, please?