fatima1's avatar

error in Inflector.php

hi all i have laravel 5.2 and php 5.6

i have this error when trying to show uploaded file

public function show($slug){
    $files = File::all();
   return  $files;
}

FatalErrorException in Inflector.php line 265: syntax error, unexpected ':', expecting ';' or '{'

how to fix it without changing the versions?

0 likes
2 replies

Please or to participate in this conversation.