- Output for 8.1.0 - 8.1.30, 8.2.0 - 8.2.25, 8.3.0 - 8.3.13
- Fatal error: Uncaught Error: Class "App\Models\Agenda" not found in /in/HI5ah:6
Stack trace:
#0 {main}
thrown in /in/HI5ah on line 6
Process exited with code 255.
<?php
//Tinker away!
use App\Models\Agenda;
$agenda = Agenda::where('project_id',1);