Class 'App\Http\Controllers\Session' not found

PHP
use Session;
// in laravel append the following at the top of controller
use File;
Source

Also in PHP: