I'm using phpstorm, and when I run a file, specifically Quote/QuoteItem.php, I get an error stating, "PHP Fatal error: Class 'Espo/Core/Hooks/Base' not found in".
ex. Class QuoteItem extends \Espo\Core\Hooks\Base
I'm trying to see if I modify code in any matter to my desire, but nothing happens. So when I try run the file, I get the fatal error above. Not sure why I'm getting the error.
ex. Class QuoteItem extends \Espo\Core\Hooks\Base
I'm trying to see if I modify code in any matter to my desire, but nothing happens. So when I try run the file, I get the fatal error above. Not sure why I'm getting the error.
Comment