So im trying to deploy my laravel app and everything else runs fine but when i try to do php artisan storage:link, i get this error, its strange cause i dont get it locally
`Call to undefined function Illuminate\Filesystem\symlink()
at vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:332
328▕ */
329▕ public function link($target, $link)
330▕ {
331▕ if (! windows_os()) {
➜ 332▕ return symlink($target, $link);
333▕ }
334▕
335▕ $mode = $this->isDirectory($target) ? 'J' : 'H';
336▕
+14 vendor frames
15 artisan:37
Illuminate\Foundation\Console\Kernel::handle()`
Help will be appreciated pls 🙁