HomeController.php第69行中的FatalErrorException:未找到类'app \ User'[关闭]

I'm new in laravel 5.1. can you help me solving this error?

enter image description here

This is my code

enter image description here

You should refer to the User model like this:

$datas = \App\User::paginate(5);