This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* Class name is determine the foldername. | |
* if you have myshop as the folder name, the class name should be MyshopValetDriver. | |
* The file location you should be save to is ~/.valet/Drivers/MyshopValetDrive.php | |
* class MyshopValetDriver extends ValetDriver | |
*/ | |
class OpenCartValetDriver extends ValetDriver | |
{ | |
/** |