elcobvg / laravel-opcache

Custom OPcache Cache Driver for Laravel. Faster than Redis, Memcache or APC.
MIT License
45 stars 12 forks source link

Class 'ElcoBvG\Opcache\Model' not found #11

Closed ITwrx closed 6 years ago

ITwrx commented 6 years ago

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

elcobvg commented 6 years ago

Apologies, I made a typo in the docs: it should be ElcoBvg\Opcache\Model (notice the lower case g in ElcoBvg)

ITwrx commented 6 years ago

great, thanks. knew it had to be something simple.