Str::random(40) not working in laravel

PHP
use Illuminate\Support\Str;

$random = Str::random(40);
Source

Also in PHP: