FatalThrowableError in PostController.php line 71: Call to a member function delete() on null code example
Example: Call to a member function delete() on null laravel 8
$router->model('post', 'App\Post');
$router->model('post', 'App\Post');