Ok, i paste it here.
<?php
add_action( 'wp_enqueue_scripts', 'enqueue_parent_theme_style' );
function enqueue_parent_theme_style() {
wp_enqueue_style( 'parent-style', get_template_directory_uri().'/style.css' );
}
?>
Thats all that my functions.php file contains. Admin site won’t load neither with that file or blank file.