App\Http\Controllers\ProfilesController::__construct PHP Method

__construct() public method

RUN VIEW THROUGH AUTH MIDDLWARE via the CONSTRUCTOR
public __construct ( )
    public function __construct()
    {
        $this->middleware('auth');
    }