We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 235c0da commit a5cc58cCopy full SHA for a5cc58c
guide/index.rst
@@ -2432,7 +2432,6 @@ the ``$model`` property is used, which has the instance of
2432
2433
use App\Models\UsersModel;
2434
use Framework\MVC\Controller;
2435
- use Framework\MVC\ModelInterface;
2436
2437
class Users extends Controller
2438
{
@@ -2462,11 +2461,10 @@ JSON-encoded and added to the Response body:
2462
2461
2463
2464
2465
2466
2467
2468
2469
- protected ModelInterface | UsersModel $model;
+ protected UsersModel $model;
2470
2471
public function index() : array
2472
0 commit comments