trait ParsesSearchPath

Methods

array
parseSearchPath(string|array|null $searchPath)

Parse the Postgres "search_path" configuration value into an array.

Details

at line 12
protected array parseSearchPath(string|array|null $searchPath)

Parse the Postgres "search_path" configuration value into an array.

Parameters

string|array|null $searchPath

Return Value

array