Spot\Log::lastQuery PHP Method

lastQuery() public static method

Get last query run from log
public static lastQuery ( ) : array
return array Queries that have been executed and all data that has been passed with them
    public static function lastQuery()
    {
        return end(self::$_queries);
    }