confer
confer copied to clipboard
Class Model not found
Can you helpe me I'v got an error when I did php artisan migrate --seed [Symfony\Component\Debug\Exception\FatalErrorException] Class 'Model' not found
How can I solve that ?
add this into DatabaseSeeder.php
use Illuminate\Database\Eloquent\Model;