how can I fix this code
"
Error
Call to undefined function Illuminate\Filesystem\symlink()
at vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:355 351▕ */ 352▕ public function link($target, $link) 353▕ { 354▕ if (! windows_os()) { ➜ 355▕ return symlink($target, $link); 356▕ } 357▕ 358▕ $mode = $this->isDirectory($target) ? 'J' : 'H'; 359▕
+13 vendor frames
14 artisan:35 Illuminate\Foundation\Console\Kernel::handle()"