I've got this code set up in one of my .PHP files, and I keep running into the error:
PHP Fatal error: Uncaught Error: Class "PDO" not found in /home/dashiapp/public_html/core/vendor/laravel/framework/src/Illuminate/Database/Connection.php:1335
My PHP code on line 62 is:
return static::$resolvers[$driver] ?? null;