loustwo 4 лет назад
Родитель
Сommit
1f2d22851a
1 измененных файлов с 0 добавлено и 5 удалено
  1. 0 5
      app/Utils/helpers.php

+ 0 - 5
app/Utils/helpers.php

@@ -121,8 +121,3 @@ function getOciConnect()
     $charset = config('database.connections.oracle.charset');
     return oci_connect($username,$password,$host.'/'.$service_name,$charset);
 }
-
-function posix_getpid(): string
-{
-    return get_current_user();
-}