Closed ITwrx closed 6 years ago
hi, very excited to use this, but when i do this:
//use Illuminate\Database\Eloquent\Model; use ElcoBvG\Opcache\Model;
//use Illuminate\Database\Eloquent\Model;
use ElcoBvG\Opcache\Model;
i get:
Class 'ElcoBvG\Opcache\Model' not found
thanks
Apologies, I made a typo in the docs: it should be ElcoBvg\Opcache\Model (notice the lower case g in ElcoBvg)
ElcoBvg\Opcache\Model
ElcoBvg
great, thanks. knew it had to be something simple.
hi, very excited to use this, but when i do this:
//use Illuminate\Database\Eloquent\Model;
use ElcoBvG\Opcache\Model;
i get:
Class 'ElcoBvG\Opcache\Model' not found
thanks