refactor: susun semula struktur folder — Laravel source ke src/
This commit is contained in:
20
vendor/thecodingmachine/safe/generated/8.1/solr.php
vendored
Normal file
20
vendor/thecodingmachine/safe/generated/8.1/solr.php
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace Safe;
|
||||
|
||||
use Safe\Exceptions\SolrException;
|
||||
|
||||
/**
|
||||
* @return string
|
||||
* @throws SolrException
|
||||
*
|
||||
*/
|
||||
function solr_get_version(): string
|
||||
{
|
||||
error_clear_last();
|
||||
$safeResult = \solr_get_version();
|
||||
if ($safeResult === false) {
|
||||
throw SolrException::createFromPhpError();
|
||||
}
|
||||
return $safeResult;
|
||||
}
|
||||
Reference in New Issue
Block a user